Skip to content

reactgraphqlacademy/graphql-api-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL API training material

The goal of these exercises is to understand the core principles and libraries of the GraphQL ecosystem in JavaScript.

Requirements

  • Be comfortable writing JavaScript.
  • Have nodeand npm installed in your computer.

Getting started

Clone the repo on your machine

git clone git@github.com:reactgraphqlacademy/graphql-api-training.git

Then cd into ./graphql-api-training

cd graphql-api-training

Download all the exercices

You will need to head to the correct branch for the exercise.

How? run:

git pull --all
git branch --all
git checkout <branch_name>

License

This material is available for private, non-commercial use under the GPL version 3.

About

This repo is a GraphQL training material for React GraphQL Academy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published