|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > LeanIX > Connector Parameters Task Parameters |
This parameter contains the GraphQL query to execute against the LeanIX API. The connector uses the query to retrieve data and automatically derives the result table structure from the response. The query must use an edges/nodes pattern so that the connector can identify the relevant data items and map them to output columns.
Technical Name |
query |
Category |
Functional |
Type |
Code (GraphQL) |
Default Value |
n/a |
Example Values |
{empty} |
|
Be aware: If the query does not return any edges or nodes, the connector is unable to derive the schema and will raise an error. Verify that the query response contains the expected structure before running a full collection. |