We’ve been using the GraphQL node in n8n to integrate with Monday.com and execute custom GraphQL queries as part of our client automation workflows. This setup has been running smoothly for quite a while, but over the past 2–3 days, we’ve started receiving the following error:
“Invalid GraphQL query”
The strange part is that these exact same queries still work perfectly in Monday.com’s developer playground and other third-party tools. That leads us to believe this may be an issue with how n8n’s GraphQL node is processing or sending the query.
Has anyone else experienced something similar?
Are there any recent changes to the GraphQL node that we should be aware of?
I am having the same issue. However, you can use the HTTP node instead and get it to work. Take your graphQL query and variables and convert it to a cURL so you can import it directly into an HTTP node. It works for me!