OBJECT

__Type

link GraphQL Schema definition

  • type __Type {
  • kind: __TypeKind!
  • name: String
  • description: String
  • # Arguments
  • # includeDeprecated: [Not documented]
  • fields(includeDeprecated: Boolean): [__Field!]
  • interfaces: [__Type!]
  • possibleTypes: [__Type!]
  • # Arguments
  • # includeDeprecated: [Not documented]
  • enumValues(includeDeprecated: Boolean): [__EnumValue!]
  • # Arguments
  • # includeDeprecated: [Not documented]
  • inputFields(includeDeprecated: Boolean): [__InputValue!]
  • ofType: __Type
  • # This field is considered experimental because it has not yet been ratified in
  • # the graphql specification
  • isOneOf: Boolean
  • specifiedByURL: String
  • specifiedByUrl: String @deprecated( reason: "This legacy name has been replaced by `specifiedByURL`" )
  • }