Search Results for

    Show / Hide Table of Contents

    TSchemaListType.Create Constructor

    Overloads

    • TSchemaListType.Create(TSchemaAssignableType)
    • TSchemaListType.Create(string)

    TSchemaListType.Create(TSchemaAssignableType)

    Creates a list type with the specified item type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaListType.Create(AItemType: TSchemaAssignableType);

    Parameters

    <-> Parameter Type Description
    AItemType TSchemaAssignable​Type The type of the items of the list.

    See also

    • TSchemaListType

    TSchemaListType.Create(string)

    Creates a list type with the specified item type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaListType.Create(const AItemTypeName: string);

    Parameters

    <-> Parameter Type Description
    const AItemTypeName string The name of the item type of the list.

    See also

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