TSchemaDocumentBuilder.Build Method
Builds the schema document instance from the AST.
Remarks
This function instantiates and returns the TSchemaDocument object built from the AST document. It's up to the caller to eventually destroy this instance.
Syntax
Unit: GraphQL.Schema.Builder
function TSchemaDocumentBuilder.Build(SchemaClass: TSchemaDocumentClass = nil): TSchemaDocument;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
SchemaClass | TSchemaDocumentClass | Optional: Default value is nil |