IntrospectionSchema
GraphQL introspection schema type
Properties
Section titled “Properties”| Property | Type |
|---|---|
directives | IntrospectionDirective[] |
mutationType? | object |
mutationType.name | string |
queryType | object |
queryType.name | string |
subscriptionType? | object |
subscriptionType.name | string |
types | IntrospectionType[] |