Search Results for

    Show / Hide Table of Contents

    TSchemaType Class

    The ancestor of all classes that represent a GraphQL type.

    Syntax

    Unit: GraphQL.Schema

    TSchemaType = class(TObject);

    Methods

    Name Description
    IsInputType Indicates if the type is an input type.
    IsOutputType Indicates if the type is an output type.

    Properties

    Name Description
    DisplayName Returns a user-friendly name for the type.
    Description Holds the optional description for the type.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com