drawing

This workspace contains examples of free GraphQL APIs to learn GraphQL and run demos.

  • Schemas - Look for GraphQL schemas under the APIs tab in the left sidebar.
  • Queries - Look for GraphQL queries under Collections tab in the left sidebar.

Get started

  1. Fork the collection - Select a collection on the left, and fork that collection into your own workspace.
  2. Add the schema -To enable autocompletion in your queries, add a GraphQL schema under the APIs tab in the left sidebar. Then under the Body tab of your request, select the schema from the schema dropdown next to the GraphQL request body type. You may need to hit the refresh icon next to the GraphQL dropdopwn after adding your schema.