GraphQL Schema Viewer

Browse a GraphQL SDL schema's types, queries, and mutations.

Works Offline
Privacy First
No Login
No API

GraphQL SDL schema

Types

Query (Type)

FieldArgsType
userid: ID!User
postslimit: Int[Post!]!

About the GraphQL Schema Viewer

Paste a GraphQL SDL schema to browse its types, interfaces, inputs, enums, and unions in a searchable list, with a per-type field table showing field names, arguments, and return types.

Examples

Simple schema

type Query { user(id: ID!): User }

Output

Query.user(id: ID!): User

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser