TSchemaDocumentBuilder.Create Constructor
Instantiates and initializes the schema document builder
Syntax
Unit: GraphQL.Schema.Builder
constructor TSchemaDocumentBuilder.Create(ADocument: TASTDocument; AOwnsDocument: Boolean = False);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
ADocument | TASTDocument | The AST of the GraphQL document with the schema specification. |
|
AOwnsDocument | Boolean | Optional: Default value is False When true, the AST document will be destroyed when the schema builder is destroyed. |