July 2019
Beginner to intermediate
300 pages
7h 48m
English
In a nutshell, a GraphQL API consists of a service that runs a GraphQL server. The server, in turn, implements the different types, as defined in the service schema, and the resolvers responsible for executing the functionality of the operation types.
In addition, most GraphQL servers can expose the GraphiQL (pronounced graphical) web client, which is an interactive in-browser interface development environment (IDE) for constructing GraphQL operations.

The preceding diagram illustrates consuming applications (for example, desktop, tablet, mobile, and even wearable apps) performing multiple ...
Read now
Unlock full access