Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 854 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 854 Bytes

introspective: any schema at your fingertips

You have disabled introspection in production, or your endpoint isn't reachable from your development machine.

This service lets your tools introspect by lifting the schema from Apollo Graph Manager.

Point your GraphQL tool, eg GraphiQL.app, to:

https://introspective.pcarrier.workers.dev/$GRAPH/$VARIANT?apiKey=[...]

To view the schema in GraphQL, head to:

https://introspective.pcarrier.workers.dev/$GRAPH/$VARIANT?doc=1&apiKey=[...]

API key

After logging into Graph Manager, your API key can be found in the authtoken cookie attached to its backend domain.

Service tokens are also supported.

Contributors