graphql/graphiql

Allow the schema to be displayed in IDL format

Open

#582 geöffnet am 24. Aug. 2017

Auf GitHub ansehen
 (5 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)TypeScript (1.785 Forks)batch import
enhancementgraphiqlhelp wantedpotential plugin

Repository-Metriken

Stars
 (15.473 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 23h) (50 gemergte PRs in 30 T)

Beschreibung

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