https://github.com/gugadev/graphql-ng-signup
Signup form codebase for tutorial "Built on Angular and GraphQL and Typescript".
https://github.com/gugadev/graphql-ng-signup
angular apollo graphql javascript nodejs typescript
Last synced: about 1 month ago
JSON representation
Signup form codebase for tutorial "Built on Angular and GraphQL and Typescript".
- Host: GitHub
- URL: https://github.com/gugadev/graphql-ng-signup
- Owner: gugadev
- Created: 2019-01-23T18:09:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T20:35:44.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:48:48.260Z (about 1 month ago)
- Topics: angular, apollo, graphql, javascript, nodejs, typescript
- Language: TypeScript
- Homepage: https://dev.to/gugadev/creando-un-formulario-con-graphql-y-angular---parte-i-1m9k
- Size: 808 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GraphQL Ng Signup
![]()
This is the repo of my tutorial series posted on [Dev.to](https://dev.to),
## So, what is this tutorial about?
We've a GraphQL server built on [apollo-server](https://github.com/apollographql/apollo-server). This server has just one [type](https://github.com/gugadev/graphql-ng-signup/tree/master/back/src/users/user.type.ts), [one query and one mutation](https://github.com/gugadev/graphql-ng-signup/tree/master/back/src/users/user.resolver.ts). 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](https://github.com/apollographql/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