You can access the public schema for 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 three different waysPublic Schema by either:
Perform Performing introspection against against the Scope GraphQL API directly.
View the latest version of the public schema as web based documentation.
...
or, viewing the web-based Scope GraphQL API schema documentation.