Request (GraphQL document) > JSON Response
Spesification
https://github.com/facebook/graphql
Schema (Domain Spesific)
Reference:
https://github.com/graphql/graphql-js
A graph database query language
Limited to Javascript / NodeJS
Limited to use with React/Relay/Web
Query - Read
Mutation - Write
Subscription - Observe Event
Overfetching - Response contained too much data
Underfetching - Response did not contain enough data, make another network request
Network Request:
By Rifki Fauzi
Tech guys