Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.9 KB

File metadata and controls

26 lines (21 loc) · 1.9 KB

This repo contains some example of public GraphQL API docs and some of the GraphQL documentation and testing tools available. Feel free to make a pull request if you can suggest some nice examples or tools that I've missed.

Public GraphQL API Examples

Some public-facing GraphQL API documentation examples:

GraphQL Documentation & Testing Tools

Tools that can be used to produce dynamic and static GraphQL documentation:

  • DocQL - The DocQL Beta was released on January 30th 2019. Looks promising but it's not free.
  • GraphiQL - Pronounced 'Graphical'. The in-browser IDE for exploring GraphQL. Comes with in-built Documentation Explorer.
  • GraphQL Playground - GraphQL IDE for better development workflows (Subscriptions, interactive docs & collaboration).
  • GraphQL Voyager - Tool for visualising and exploring your GraphQL API as an interactive graph.
  • GraphQL-docs - Dynamically generated documentation explorer for GraphQL schemas.
  • Graphdoc - Static page generator for documenting GraphQL Schemas.
  • Insomina - Free open source REST Client. Can also be used for GraphQL.