Search Results for

    Show / Hide Table of Contents

    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.

    See also

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