Search Results for

    Show / Hide Table of Contents

    TSchemaNamedType Class

    Represents a named GraphQL type.

    Remarks

    Descendants of this class are TSchemaScalarType, TSchemaObjectType, TSchemaInterfaceType, TSchemaUnionType and TSchemaInputObjectType. Instances of named types are only listed and managed in the main TSchemaDocument object, and must be referenced in schema objects only by its name.

    Syntax

    Unit: GraphQL.Schema

    TSchemaNamedType = class(TSchemaType);

    Properties

    Name Description
    Name The name of the GraphQL type.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com