If there currently is an introspection request in-flight.
A counter that is incremented each time introspection is triggered or the schema state is updated.
The current GraphQL schema.
The last type selected by the user.
false
when schema
is provided via props
as GraphQLSchema | null
A list of errors from validating the current GraphQL schema. The schema is valid if and only if this list is empty.
Generated using TypeDoc
Stores an error raised during introspecting or building the GraphQL schema from the introspection result.