Search Results for

    Show / Hide Table of Contents

    TSchemaNonNullType.Create Constructor

    Overloads

    • TSchemaNonNullType.Create(TSchemaAssignableType)
    • TSchemaNonNullType.Create(string)

    TSchemaNonNullType.Create(TSchemaAssignableType)

    Creates a non-nullable type wrapping the underlying nullable type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaNonNullType.Create(ANullableType: TSchemaAssignableType);

    Parameters

    <-> Parameter Type Description
    ANullableType TSchemaAssignable​Type The underlying type for which a non-nullable type will be created.

    See also

    • TSchemaNonNullType

    TSchemaNonNullType.Create(string)

    Creates a non-nullable type wrapping the underlying nullable type.

    Syntax

    Unit: GraphQL.Schema

    constructor TSchemaNonNullType.Create(const ANullableTypeName: string);

    Parameters

    <-> Parameter Type Description
    const ANullableTypeName string The name of the underlying type for which a non-nullable type will be created.

    See also

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