Search Results for

    Show / Hide Table of Contents

    TSchemaField.Create Constructor

    Overloads

    • TSchemaField.Create(string, TSchemaAssignableType)
    • TSchemaField.Create(string, string)

    TSchemaField.Create(string, TSchemaAssignableType)

    Creates an object field with the specified name and type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaField.Create(const AName: string; AFieldType: TSchemaAssignableType);

    Parameters

    <-> Parameter Type Description
    const AName string The name of the field.
    AFieldType TSchemaAssignable​Type The type of the field.

    See also

    • TSchemaField

    TSchemaField.Create(string, string)

    Creates an object field with the specified name and type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaField.Create(const AName: string; const AFieldTypeName: string);

    Parameters

    <-> Parameter Type Description
    const AName string The name of the field.
    const AFieldTypeName string The type name of the field.

    See also

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