Visualize your graphql schema
GraphQL-JS Internals Article Link
{
__schema {
types {
name
fields {
name
__typename
type {
name
ofType {
name
description
}
}
}
}
}
}