This is the repo of my tutorial series posted on Dev.to,
We've a GraphQL server built on apollo-server. This server has just one type, one query and one mutation. The query is to fetch an user and the mutation to create one.
The client is an Angular (7) app. This app will consume the GraphQL API using apollo-angular.
Hope you're excited too! We'll learn a bunch of amazing things. Check it out:
- GraphQL
- Apollo
- Type GraphQL (for schema definition)
- Custom GraphQL errors
- Pino (for logging)
- Angular
- Integration of Apollo with Angular
- Reactive forms