Alle Begriffe

Glossar

GraphQL

GraphQL allows API clients to request exactly the fields they need in a single query, eliminating over-fetching and the multiple round-trips typical of REST. The schema documents the entire content model in a machine-readable, self-documenting format.

Ibexa DXP auto-generates a complete GraphQL schema from the content model every time you run ibexa:graphql:generate-schema. Relations between content types, content lists, and field values are all queryable immediately, making headless front-end development dramatically faster.