Keeping a list here of portals with a GraphQL API Reference.
GraphQL API Reference | Comment |
---|---|
Braintree | Great example. |
Yelp | Its nice the way they embed GraphiQL into the page |
Old Github GraphQL API Reference | They have an interesting approach with the right hand navigation. Take a closer look later |
New Github API Reference | Github seem to follow the main Braintree navigation items in their new GraphQL API, by making Queries, Mutations, Objects, Interfaces, Enums, Unions, Input objects and Scalars top level items. |
Shopify | Shopify’s GraphQL API Reference |
https://shopify.dev/graphiql/admin-graphiql | Shopify’s admin API Explorer has a neat Explorer tab that allows “query by clicking”. The demo version is restricted to queries. No mutations. |
https://shopify.dev/graphiql/storefront-graphiql | Shopify’s storefront api explorer has a “Samples” tab that has a list of query samples. |
Gitlab | Gitlab uses an interesting layout as well, with a right hand navigation similar to Github |
Facebook Graph API | |
Travel Gate X | TravelGateX use GraphDoc to generate their GraphQL API Reference pages like we do. |
PS: More examples can be found on https://www.programmableweb.com/category/all/apis?keyword=graphql&page=1