ekofyi
Liveapishipped v1.0.0

GraphQL Explorer

Explore GraphQL schemas without a running server. Paste SDL or introspection JSON to browse types, fields, queries, and mutations in a navigable tree. Click any type to see its fields and relationships. Great for documenting and understanding unfamiliar GraphQL APIs.

graphqlschemaapiexplorertypes

Select a type from the list.

Sample query
query Me {
  me {
    # add fields
  }
}

🔒 Parses SDL locally. For introspection, run an introspection query against your endpoint and paste the schema here.