https://github.com/gaurav-balyan/graphql-basics-beginner
Contains graphql starting understanding
https://github.com/gaurav-balyan/graphql-basics-beginner
graphql-schema graphql-server graphql-subscriptions graphql-yoga
Last synced: 3 months ago
JSON representation
Contains graphql starting understanding
- Host: GitHub
- URL: https://github.com/gaurav-balyan/graphql-basics-beginner
- Owner: Gaurav-Balyan
- Created: 2020-09-10T09:14:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T19:30:33.000Z (about 5 years ago)
- Last Synced: 2025-06-23T09:47:36.292Z (3 months ago)
- Topics: graphql-schema, graphql-server, graphql-subscriptions, graphql-yoga
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
+ contains different schemas type in graphql
+ contains core graphql operations like query, mutation and subscription
+ contains resolvers also for relation dependencies
+ only include server side graphql operations
+ does not include client side access to data like gql
+ contains graphql-yoga for grahql-server
+ does not contain any library for generation of schema like prisma
+ can use graphql playground to access graphql operations