Search Results for

    Show / Hide Table of Contents

    TSchemaInputObjectType Class

    Represents a GraphQL input object type.

    Syntax

    Unit: GraphQL.Schema

    TSchemaInputObjectType = class(TSchemaNamedType);

    Constructors

    Name Description
    Create Creates the input object type with the specified name.

    Methods

    Name Description
    FindField Returns the input field given a specified name.
    AddField Adds a new input field to this type.

    Properties

    Name Description
    Fields Provides the collection of input fields in this type.
    In This Article
    Back to top GraphQL for Delphi v1.4
    © 2021 - 2024 tmssoftware.com