Use GraphQL connector
Using the GraphQL connector in a Flow
To use the GraphQL connector in a Flow, follow the below steps:
- Drag a message step onto the Flow canvas.
- The configuration panel for the message step is displayed.
- Enter a name for the step in the Name field.
- Click Add Message Action to add a message action.
- Select the GraphQL connector that was just created by you, from the drop-down.

- Select either of a query that you want request to a GraphQL endpoint:
- GET request
- POST request

- After selecting the query action, select or create a new Value for the query:
-
Under Inputs, select or create a new Value for Query and Variable.
-
Under Output, select or create a new Value for Response, this can either be an object or a list.
noteYou can add variables separately in the request, or build it up within the query value.
-
- Save and link up the message step to the Flow.