This is a project used in the GraphQL by Example course.
It uses Apollo Server with Express, and graphql-request or Apollo Client as the GraphQL client. The application is used to explain queries, mutations, custom object types, authentication, etc.
The tutorial only includes example for a React app as client. What I've added is an example of using graph ql in an Angular app.