Search Results for

    Show / Hide Table of Contents

    TSchemaInputValue.Create Constructor

    Overloads

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

    TSchemaInputValue.Create(string, TSchemaAssignableType)

    Creates an input value with the specified name and type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaInputValue.Create(const AName: string; AValueType: TSchemaAssignableType);

    Parameters

    <-> Parameter Type Description
    const AName string The name of the input value.
    AValueType TSchemaAssignable​Type The type of the input value.

    See also

    • TSchemaInputValue

    TSchemaInputValue.Create(string, string)

    Creates an input value with the specified name and type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaInputValue.Create(const AName: string; const AValueTypeName: string);

    Parameters

    <-> Parameter Type Description
    const AName string The name of the input value.
    const AValueTypeName string The type name of the input value.

    See also

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