https://github.com/biantris/graphql-101
🉐 Study on the various GraphQL approaches
https://github.com/biantris/graphql-101
Last synced: 2 months ago
JSON representation
🉐 Study on the various GraphQL approaches
- Host: GitHub
- URL: https://github.com/biantris/graphql-101
- Owner: biantris
- Created: 2022-10-02T00:17:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T01:32:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T16:33:09.334Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### GraphQL 101
> Study on the various GraphQL approaches
- [ ] docs
- [ ] query
- [ ] mutations
- [ ] subscriptions
- [ ] resolvers
- [ ] schema
- [ ] schema first
- [ ] code first
- [ ] graphql types
---
- [ ] Simple
- [x] w/ Apollo
- [ ] w/ TypeGraphQL
- [ ] w/ Relay