Skip to main content
Feedback

Use GraphQL connector

Using the GraphQL connector in a Flow

To use the GraphQL connector in a Flow, follow the below steps:

  1. Drag a message step onto the Flow canvas.
  2. The configuration panel for the message step is displayed.
  3. Enter a name for the step in the Name field.
  4. Click Add Message Action to add a message action.
  5. Select the GraphQL connector that was just created by you, from the drop-down. Alt text
  6. Select either of a query that you want request to a GraphQL endpoint:
    • GET request
    • POST request Alt text
  7. 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.

      note

      You can add variables separately in the request, or build it up within the query value.

  8. Save and link up the message step to the Flow.
On this Page