git clone git@github.com:voorhoede/code-class-graphql.git
cd code-class-graphql
npm installUse npm run followed by the exercise number, for example to run the second exercise:
npm run 2Running the solution works in a similar fashion:
npm run 2:solutionChange the schema and resolver to return an array with extra information about the code class.
Add the CodeClass type and resolver with a required name and date.
Write a query to fetch folks at De Voorhoede GitHub organization and pass this data to the voorhoedeMembers function.