Parameter | Description |
---|---|
GraphQL Query | Your GraphQL query. |
Operation Name | Your Query Name. |
Variables | Optional JSON object containing variables referenced in the query. Define values for any query parameters using the format {"variableName": value} . |
Was this page helpful?