Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbuck/angular-graphql-apollo-example
This is a simple Angular example that uses Apollo Angular to run queries and mutations on a mock GraphQL Backend
https://github.com/davidbuck/angular-graphql-apollo-example
angular-10 apollo-angular
Last synced: 29 days ago
JSON representation
This is a simple Angular example that uses Apollo Angular to run queries and mutations on a mock GraphQL Backend
- Host: GitHub
- URL: https://github.com/davidbuck/angular-graphql-apollo-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-20T10:42:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T02:28:42.000Z (over 2 years ago)
- Last Synced: 2023-03-01T00:11:12.094Z (almost 2 years ago)
- Topics: angular-10, apollo-angular
- Language: TypeScript
- Homepage:
- Size: 708 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Angular 10 GraphQL Apollo Example
This is a simple Angular 10 example that uses Apollo Angular to run queries and mutations on a mock GraphQL Backend.
Run `npm run start` to start the json-graphql-server and the Angular client.
## Tools
- [json-graphql-server](https://github.com/marmelab/json-graphql-server)
- [Apollo Angular](https://www.npmjs.com/package/apollo-angular)
- [Tailwind](https://tailwindcss.com)
- [ng-tailwindcss](https://github.com/tehpsalmist/ng-tailwindcss)## Versions
- [Version 1.1](https://github.com/DavidBuck/angular-graphql-apollo-example/tree/v1.1) - Angular version 10.1.6.
- [Version 1.0](https://github.com/DavidBuck/angular-graphql-apollo-example/tree/v1.0) - Angular version 9.1.1.