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.
Some public-facing GraphQL API documentation examples:
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.