type __Directive {# The __Directive type represents a Directive that a server supports.name: String! description: String isRepeatable: Boolean! locations: [__DirectiveLocation!]! # Arguments# includeDeprecated: undefinedargs(includeDeprecated: Boolean): [__InputValue!]! }