Eventjet GraphQL API documentation

__InputValue

Object

Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.

Fields

FieldDescriptionType
nameString!
descriptionString
type__Type!
defaultValueA GraphQL-formatted string representing the default value for this input value.String
isDeprecatedBoolean!
deprecationReasonString

Used By (3)

__InputValue is referenced by the following fields, arguments, and input fields:

TypeField
__Directiveargs
__Fieldargs
__TypeinputFields