Introduction (GraphqL)

This page describes the use of the GraphQL Tool.

Example:

  1. Add the GraphQL tool .
    1. Locate the GraphQL icon in the integration section of the toolbox.
    2. Drag and drop the GraphQL tool onto the designer canvas.
  2. Configure the GraphQL tool
    1. Tool Name: Assign a descriptive name
    2. Description: (Optional) details regarding what this tool is doing
    3. GraphQL Connection: Select from the dropdown list of existing GraphQL connections you created.
    4. EndPoint URI: This will auto-populate from the chosen connection but can be overidden if needed
  3. Enter the GraphQL Query
    1. Operations: In this panel enter your GraphQL query
    2. Use the Beautify button (if available) to format your query.
  4. Test the Query
    1. Click Test Run to execute the query.
    2. The Response panel displays the returned data from your GraphQL endpoint