Skip to main content

InputTypeDef

API reference

A graphql input type, which is essentially just a group of named args. This is currently only used to represent pre-existing usage of graphql input types in the core API. It is not used by user modules and shouldn't ever be as user module accept input objects via their id rather than graphql input types.

Implements Node

id: ID!

A unique identifier for this InputTypeDef.

name: String!

The name of the input object.

fields: [FieldTypeDef!]!

Static fields defined on this input object, if any.

References

Returned by