Search Results for

    Show / Hide Table of Contents

    TSchemaInputObjectType.AddField Method

    Adds a new input field to this type.

    Syntax

    Unit: GraphQL.Schema

    procedure TSchemaInputObjectType.AddField(Field: TSchemaInputValue);

    Parameters

    <-> Parameter Type Description
    Field TSchemaInputValue The input field to be added. It will be destroyed when the type is destroyed.

    See also

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