Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaSlice

Hierarchy

  • {}
    • SchemaSlice

Index

Properties

fetchError

fetchError: string | null

Stores an error raised during introspecting or building the GraphQL schema from the introspection result.

isIntrospecting

isIntrospecting: boolean

If there currently is an introspection request in-flight.

requestCounter

requestCounter: number

A counter that is incremented each time introspection is triggered or the schema state is updated.

schema

schema: MaybeGraphQLSchema

The current GraphQL schema.

schemaReference

schemaReference: SchemaReference | null

The last type selected by the user.

shouldIntrospect

shouldIntrospect: boolean

false when schema is provided via props as GraphQLSchema | null

validationErrors

validationErrors: readonly GraphQLError[]

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