2018-11-15 13:03:05 +00:00

13 lines
376 B
Markdown

---
description: Our API Layer
---
# GraphQL with Apollo
GraphQL is a data query language which provides an alternative to REST and ad-hoc web service architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server.
![GraphQL Playground](../../.gitbook/assets/graphql-playground.png)