Skip to main content
x Close

GraphQL

GraphQL Logo

Development

GraphQL

GraphQL is an open source query language for APIs which excels at returning complete and understandable data descriptions.

Unlike typical REST APIs, GraphQL APIs return all the data an app needs in a single request. A GraphQL query takes a fraction of the time compared a REST query and can remain quick even on slow mobile network connections.

Due to the control we gain over the data query, our apps using GraphQL are fast, stable and easier to evolve the over time.