
Digital Transformation and Modernization with IBM API Connect
By :

So far, you have created various types of API proxies using API Connect, so creating a new API should be easy. When you create a GraphQL API, there are a few different checkpoints that you will become familiar with. In this section, you will be working with a GraphQL server that is providing FHIR Patient resource data. A few of the things you will be learning about are as follows:
The following diagram shows how the client interacts with API Connect's GraphQL implementation and with the GraphQL server:
Figure 9.2 – High-level GraphQL flow
The preceding diagram also shows you how a query is passed in and goes through a series of checks before API Connect forwards the query to the GraphQL...