708 Views
GraphQL is a great alternative to REST (or other HTTP API designs). This is an quick introduction to the core concepts around consuming a GraphQL API. To see some examples consuming a GraphQL API: GraphQL is "a query language for your API". In plain English, it makes the client define what (nested) data it needs.
0 comments