Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Properties | GraphQL Descriptor Properties | GraphQL Dataloaders
 
GraphQL Dataloaders
Property
Description
Dataloader Service
Specifies the name of the loader service.
Type
Specifies the data type of the output field value.
Dimension
Specifies the dimension of the output value of Dataloader. You can set any positive integer value for this property.
Example:
If there is a one-to-one mapping between the input keys and the output values, then set the value as 1.
Caching Enabled
Specifies whether caching is enabled for the Dataloader.
Batching Enabled
Specifies whether batching is enabled for the Dataloader.
Max Batch Size
Maximum number of keys in a batch that a Dataloader receives when Integration Server invokes the loader service. The default value is -1. You can set any positive integer value for this property.