TODO App useing Graphql, Nodejs, MongoDB and React JS
Graphql is a query language for APIs and runtime to execute those queries by using a type system you define for your data
Advantage of Graphql
Client can request only that data which is needed so overfetching and underfetching is avoided.
Unlike Rest...
saurabhtechblogs.hashnode.dev4 min read