Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can access reference documentation for the public schema of the Scope GraphQL API in various ways:

...

A schema defines a GraphQL API's type system.

It describes the complete set of possible data (objects, fields, relationships, everything) that a client can access. Calls from the client are validated and executed against the schema.

You can reference the Scope GraphQL API Public Schema by either:

  1. Performing introspection against the Scope GraphQL API directly.

  2. Download the latest version of the reference documentation here.

  3. View the latest version of the reference documentation as web based documentation.

...

  1. or, viewing the web-based Scope GraphQL API schema documentation.