This is a project used in the GraphQL by Example udemy course.
It uses Apollo Server with Express, and GraphQL-Request and Apollo Client as GraphQL clients. The application is used to explain queries, mutations, custom object types, authentication, etc.
And this contains my own notes and study through implementation of what the tutor is teaching.