The goal of these exercises is to understand the core principles and libraries of the GraphQL ecosystem in JavaScript.
- Be comfortable writing JavaScript.
- Have
nodeandnpminstalled in your computer.
git clone [email protected]:reactgraphqlacademy/graphql-api-training.gitThen cd into ./graphql-api-training
cd graphql-api-trainingYou will need to head to the correct branch for the exercise.
How? run:
git pull --all
git branch --all
git checkout <branch_name>This material is available for private, non-commercial use under the GPL version 3.