Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaActions

Hierarchy

  • SchemaActions

Index

Properties

Methods

Properties

setSchemaReference

setSchemaReference: Dispatch<SchemaReference>

Set the current selected type.

Methods

introspect

  • introspect(): Promise<void>
  • Trigger building the GraphQL schema. This might trigger an introspection request if no schema is passed via props and if using a schema is not explicitly disabled by passing null as value for the schema prop. If there is a schema (either fetched using introspection or passed via props) it will be validated, unless this is explicitly skipped using the dangerouslyAssumeSchemaIsValid prop.

    Returns Promise<void>

Generated using TypeDoc