graphql/graphiql

Allow the schema to be displayed in IDL format

Open

#582 建立於 2017年8月24日

在 GitHub 查看
 (5 留言) (5 反應) (0 負責人)TypeScript (1,785 fork)batch import
enhancementgraphiqlhelp wantedpotential plugin

倉庫指標

Star
 (15,473 star)
PR 合併指標
 (平均合併 3天 23小時) (30 天內合併 50 個 PR)

描述

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

貢獻者指南