Graphql vs REST API
Graphql and Rest api both are ways of defining web API on server which can be used by client to gather the data.
Lets see the problems with the REST api and how graphql fixes it.
No enforce contract:
There is no contract between the client and serv...
moksha.hashnode.dev2 min read