Technical requirements
To complete this chapter, you will need the following:
- The open source GraphQL Editor (https://github.com/graphql-editor/graphql-editor and https://graphqleditor.com) will be needed. For this, run the following commands:
git clone https://github.com/graphql-editor/graphql-editor npm i npm run run-all
After running those commands, your browser should open with many examples visible. Choose the Pure example.
- You will need to be running one of the backends created inside the book to expose GraphiQL.
You can access the code in this chapter in the book’s GitHub repository:
https://github.com/PacktPublishing/GraphQL-Best-Practices/tree/main/chapter-13