OBJECT
__Type
link GraphQL Schema definition
- type __Type {
 - : __TypeKind! 
 - : String 
 - : String 
 - # Arguments
 - #   includeDeprecated: undefined
 - (: Boolean): [__Field!] 
 - : [__Type!] 
 - : [__Type!] 
 - # Arguments
 - #   includeDeprecated: undefined
 - (: Boolean): [__EnumValue!] 
 - : [__InputValue!] 
 - : __Type 
 - : String 
 - }