Skip to content

IntrospectionSchema

GraphQL introspection schema type

Property Type
directives IntrospectionDirective[]
mutationType? object
mutationType.name string
queryType object
queryType.name string
subscriptionType? object
subscriptionType.name string
types IntrospectionType[]