Introduction to GraphQL
Introduction
GraphQL is a query language for APIs and a runtime for executing those queries with existing data.
Background
Developed by Facebook, it allows clients to request exactly the data they need, reducing over-fetching and under-fetching issue...
gdscuoe.hashnode.dev3 min read