Getting Started with GraphQL
GraphQL is a query language for APIs that gives clients the power to ask for exactly what they need. This guide will help you understand how to use GraphQL with your Decoupled Drupal setup.
Why GraphQL?
Unlike REST APIs where you get a fixed data structure, GraphQL lets you specify exactly which fields you want. This reduces over-fetching and under-fetching of data.
Making Queries
You can explore your GraphQL schema using the built-in GraphiQL interface. Try different queries to understand the structure of your content.