OBJECT
Represents scalars, interfaces, object types, unions, enums in the system
type __Type {description: String # Arguments# includeDeprecated: [Not documented]enumValues(includeDeprecated: Boolean): [__EnumValue] # Arguments# includeDeprecated: [Not documented]fields(includeDeprecated: Boolean): [__Field] inputFields: [__InputValue] interfaces: [__Type] kind: String name: String ofType: __Type possibleTypes: [__Type] }