Search Results for

    Show / Hide Table of Contents

    TGraphQLSchema.Definition Property

    Holds the GraphQL schema document which will be parsed into a TSchemaDocument instance.

    Remarks

    This property must contain a GraphQL text document declaring the types available in the GraphQL service. At the proper point, the component will parse this document, create a TSchemaDocument based on it, call the OnInitSchema event and then make the instance available through the Document property. Important: modifying this property will cause the TSchemaDocument to be destroyed. The process mentioned above will then be repeated to recreate the instance.

    Syntax

    Unit: GraphQL.Comp.Schema

    property TGraphQLSchema.Definition: TStrings

    See also

    • TGraphQLSchema
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com