A gentle introduction to GraphQL API integrations

added by JavaScript Kicks
9/10/2018 12:39:17 PM

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