TECHNICAL
GraphQL
GraphQL is a query language for APIs that allows clients to request exactly the data they need. Unlike REST, which returns fixed data structures, GraphQL lets clients specify the shape of the response.