An open API service indexing awesome lists of open source software.

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

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