The GraphQL Transformer is used to execute HTTP requests to GraphQL APIs. The response from the GraphQL request replaces the current entity data.
GraphQL TransformerThe GraphQL Transformer is used to execute HTTP requests to GraphQL APIs. The response from the GraphQL request replaces the current entity data.Use the GraphQL Transformer in combination with the “Merger Transformer” to retain both the entity data and the response from the GraphQL request.
A required field. The Request URI is used to configure the endpoint where the GraphQL request will be made. It can contain the full URL or a path, depending on the configured HTTP client. Placeholders are supported in this field.
The Request Parameters are used to create a GraphQL query. The value is used as query parameters for GET requests. For POST and PUT requests, this field is used in the request body. Placeholders are supported in this field.
The HTTP client can be configured to customize the GraphQL request. For example, you can add additional headers, configure authentication, set a base URL, and more. See “HTTP Client” for further information.