# GraphQL ###### tags: `learning` `tutorials` It is a Querying Language, That allow us focus more on our data. The queries are basically just selecting fields in an object. It is a Query Language for API. GQL solves the problem of over fetching