Search Results for

    Show / Hide Table of Contents

    TSchemaInterfaceType Class

    Represents a GraphQL interface type.

    Syntax

    Unit: GraphQL.Schema

    TSchemaInterfaceType = class(TSchemaStructuredType);

    Constructors

    Name Description
    Create Creates the interface type with the specified name.

    Methods

    Name Description
    IsPossibleType Returns true if the specified type implements this interface type.

    Properties

    Name Description
    PossibleTypes Returns all the object types in the schema that implement this interface type.
    Resolver Contains the type resolver to be used to resolve (find) the abstract type for the interface.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com