graphql / graphql/graphiql

Allow the schema to be displayed in IDL format

Open
#582 5 comments 5 reactions 0 assignees View on GitHub
enhancement graphiql help wanted potential plugin
Dominant language
TypeScript
Stars
16.9k
Forks
1.9k
Avg merge
22h 45m
Merged PRs (30d)
70

Description

Today we have the documentation view of the schema rendered as HTML

It would be great to have a link that showed the IDL view of the schema or type

eg

type Person {
# The name of this person.
name: String
# The year were born
birthYear: String
eyeColor: String
gender: String
hairColor: String
height: Int
mass: Float
skinColor: String
homeworld: Planet
}

This would allow you to capture the schema in IDL format as well as given you a way to stare at the schema as a whole versus the in detail view of today

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.