TSchemaDocumentInitializer Class
The class used to initialize the schema document for use in executions.
Remarks
A schema document must be initialized to be properly used in GraphQL executions. Use the Init method to initialize the schema.
Syntax
Unit: GraphQL.Schema.Builder
TSchemaDocumentInitializer = class(TObject);
Constructors
Name | Description |
---|---|
Create | Instantiates the schema document initializer. |
Methods
Name | Description |
---|---|
Init | Initializes the schema document for use in executions. |