CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Thu, 01 Dec 2016 16:18:11 GMT
access-control-allow-origin: *
etag: W/"58404d43-2209"
expires: Sat, 11 Oct 2025 07:44:27 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: EA62:1602E2:4F25C:64B14:68EA0882
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 07:34:28 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210053-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760168068.835353,VS0,VE315
vary: Accept-Encoding
x-fastly-request-id: d2b12d5b27ee7e2f008333c41f09be494c21060b
content-length: 2884
GraphQL Visualizer
Run the introspection query against a GraphQL endpoint. Paste the result into the textarea below to view the model relationships.
Introspection Query
query IntrospectionQuery { __schema { queryType { name } mutationType { name } subscriptionType { name } types { ...FullType } directives { name description args { ...InputValue } onOperation onFragment onField } } } fragment FullType on __Type { kind name description fields(includeDeprecated: true) { name description args { ...InputValue } type { ...TypeRef } isDeprecated deprecationReason } inputFields { ...InputValue } interfaces { ...TypeRef } enumValues(includeDeprecated: true) { name description isDeprecated deprecationReason } possibleTypes { ...TypeRef } } fragment InputValue on __InputValue { name description type { ...TypeRef } defaultValue } fragment TypeRef on __Type { kind name ofType { kind name ofType { kind name ofType { kind name } } } }
Introspection Result
Introspection Visualization
Download
FAQ
- What is GraphQL?
- GraphQL.org
- Is there a CLI version?
- graphqlviz
- Source & how to contribute?
- Submit an issue or pull request to the project repo
- Who made this?
- Nathan Smith
- What libraries are used?
- graphqlviz, Viz.js (GraphViz compiled to JS), Lodash.js, Bootstrap, JQuery
- What is the default visualization?
- GraphQL wrapper for SWAPI