GraphQL

GraphQL is an API query language that allows customers to request exactly the data they need, no more, no less. It is an ideal replacement for REST APIs in complex applications. GraphQL offers a typed schema, automatic introspection and highly optimised network exchanges.