Run a raw monday.com GraphQL document
monday_graphqlSend a GraphQL query or mutation directly to the monday.com API for operations the other tools don't cover, like boards, docs, or webhooks.
Instructions
Sends a GraphQL query or mutation straight to the monday.com API. Use it only for something the other tools do not cover, such as boards, docs or webhooks. The other tools handle column value translation for you, so prefer them for item work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The GraphQL document. | |
| variables | No | Variables for the document. |