appmixer.linear.core.ExecuteGraphQLQuery
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Query | text | Enter your GraphQL query string (e.g., query GetIssue($id: String!) { issue(id: $id) { id title } }). Define parameters with $ that can be passed in the Variables field below. |
| Variables | text | Optional variables for the GraphQL query in JSON format, e.g., { "issueId": "abc123" } |
| Field | Type | Description |
|---|---|---|
| Data | - |