Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 726 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=[...]

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