Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hirvadhandhukia/learning-graphql
- Owner: hirvaDhandhukia
- Created: 2022-02-11T13:07:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T18:25:29.000Z (over 2 years ago)
- Last Synced: 2024-11-06T12:54:47.332Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.