GraphQLInputObjectTypeImpl
Hierarchy
- GraphQLEntityImpl
- GraphQLInputObjectTypeImpl
Implements
- GraphQLInputObjectType
Index
Constructors
constructor
Parameters
config: Readonly<GraphQLInputObjectTypeConfig>
Returns GraphQLInputObjectTypeImpl
Properties
readonly[GRAPHQL_INPUT_OBJECT_TYPE_SYMBOL]
readonly[GRAPHQL_VERSION_SYMBOL]
astNode
description
extensionASTNodes
extensions
name
Accessors
[toStringTag]
Returns string
Methods
getFields
Returns GraphQLInputFieldMap
toConfig
Returns GraphQLInputObjectTypeNormalizedConfig
toJSON
Returns string
toString
Returns string
Input Object Type Definition
An input object defines a structured collection of fields which may be supplied to a field argument.
Using
NonNull
will ensure that a value must be provided by the queryExample: