Wiki

Scale Your Enterprise

User Tools

Site Tools

mbstring extension must be loaded in order to run mPDF

bw2:tool

This is an old revision of the document!


Introduction (Encryption)

This page describes the use of the Bizweaver Encrypt Decrypt Tool.

  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
For example:
query GetCountry {
country(code: "BR") {
  name
  native
  capital
  emoji
  currency
  languages {
    code
    name
  }
 }
}

For example: query GetCountry { country(code: “BR”) { name native capital emoji currency languages { code name } } }

  1. Use the Beautify button (if available) to format your query.
  2. Test the Query
  3. Click Test Run to execute the query.
  4. The Response panel displays the returned data from your GraphQL endpoint
bw2/tool.1746650616.txt.gz · Last modified: 2025/05/07 16:43 by afernandes