Development
GraphQL
API query language created by Facebook that allows clients to specify exactly which data they need. Unlike REST, where each endpoint returns a fixed structure, GraphQL returns only the requested fields. Reduces over-fetching and under-fetching of data. Used by VTEX, Shopify and deco.cx in their storefront APIs.