Skip to content

gugadev/graphql-ng-signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Ng Signup

Tutorial | Demo

This is the repo of my tutorial series posted on Dev.to,

So, what is this tutorial about?

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.

What will we learn?

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