Introduction
GraphQL lets you ask for exactly the data you want from a database in a simple way.
When you want to get specific information from a database without extra data.
When building apps that need to load only certain fields to save time and data.
When you want to combine multiple pieces of data in one request.
When you want to explore what data is available in a database.
When you want to avoid asking for too much or too little data.