Object
Object types represent concrete instantiations of sets of fields. The introspection types (e.g.__Type
,__Field
, etc) are examples of objects.
Fields
kind
must return__TypeKind.OBJECT
.name
must return a String.description
may return a String or null .fields
: The set of fields query‐able on this type.- Accepts the argument
includeDeprecated
which defaults to false . If true , deprecated fields are also returned.
- Accepts the argument
interfaces
: The set of interfaces that an object implements.- All other fields must return null .