Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with GraphQL Descriptors
 
Working with GraphQL Descriptors
 
Understanding the GraphQL Terminology
Supported and Unsupported GraphQL Features
GraphQL Data Type Mapping
Overview of Creating a GraphQL Descriptor
Creating a GraphQL Descriptor
Invoking a GraphQL Descriptor
Modifying Properties to the GraphQL Descriptor
Refreshing a GraphQL Descriptor
Working with a GraphQL Dataloader
Creating a Dataloader
How Integration Server Uses Dataloader in Resolver Service
GraphQL is a query language designed to build client applications by providing a flexible syntax and system for describing their data requirements and interactions. Using GraphQL service, you can query a specific data to the server and get the response in a predictable way.
Integration Server acts as a GraphQL service provider and supports GraphQL version 9.X.
You can use the Service Development perspective in Designer to create GraphQL descriptors. A GraphQL descriptor is created using a GraphQL schema and you must provide a valid GraphQL schema. Integration Server uses the GraphQL schema to create the GraphQL descriptor.