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. |