GraphQL -1 minute reads GraphQL in 1 minute GraphQL is a query language for reading and transforming data in APIs. GraphQL gives a "type" system where you can describe a schema and thereby the front-end developers can demand the exact data they need.