Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hirvadhandhukia/learning-graphql

Node Express based GraphQL server
https://github.com/hirvadhandhukia/learning-graphql

Last synced: about 14 hours ago
JSON representation

Node Express based GraphQL server

Awesome Lists containing this project

README

        

### Query

![text](/imgs/1.png "Text to show on mouseover")
![text](/imgs/2.png "Text to show on mouseover")
![text](/imgs/3.png "Text to show on mouseover")

### Mutations

#### `Mutations are graphql's version of using post, put and delete on a rest api server`


Your GraphQL server uses a schema to describe the shape of your available data. This schema defines a hierarchy of types with fields that are populated from your back-end data stores.