Learn about GraphQL

GraphQL is an API query language that simplifies client-side requests. Apps can do a lot of work with just a single query, such as query multiple resources and entities, request data in a specific format, or get the server to perform several operations. With GraphQL, all queries go to a single endpoint on the server. The server parses queries and returns only the requested data in the requested format.