GraphQL Node Does Not Work Properly

Describe the problem/error/question

I am trying to use a GraphQL node to query my Monday account, and it tells me I have an invalid GraphQL schema. However, the exact same schema works on my Monday account both in Postman and in the Monday playground. This leads me to believe that there is an issue with the GraphQL n8n node and that it is not working as it is supposed to.

What is the error message (if any)?

Problem in node ‘GraphQL1‘

Invalid GraphQL request

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

n8n version: 1.103.2

Database (default: SQLite):

n8n EXECUTIONS_PROCESS setting (default: own, main):

Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud

Operating system:

Seems like a change in Monday’s API resulted in this error: GraphQL Node Suddenly Returning Errors for Monday.com Queries - #3 by ben8n

Can you try converting your query to cURL format, which you can then import into an HTTP node to make the same request? Let me know if you need help with that.

2 Likes

I’ve used the HTTP node but used JSON format instead of CURL. Thank you for letting me know about the reason for these errors.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.