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