cd graphql-api
npm install
npm run dev
You should be able to see the app running at http://localhost:3000/graphql
- Query all Courses, Students and Grades
- Query by id a Course, Student and Grade
- Create a Course, Student and Grade
- Delete a Course, Student and Grade
the folder querys_and_mutations contains a file with examples to test functionality