Monday GraphQL upgrade to make's v2 module?

:bullseye: What is your goal?

Attempting to upgrade Monday GraphQL to v2 modules.

:thinking: What is the problem & what have you tried?

Using the exact same query but fails on 400 error

:clipboard: Error messages or input/output bundles

[400] [{“message”:“Invalid GraphQL request”,“extensions”:{“code”:“INVALID_GRAPHQL_REQUEST”}}]

Tried doing something similar recently and ran into almost the same issue. The problem isn’t really your query itself — switching to Make’s v2 modules can break previously working GraphQL calls even if they’re unchanged. That 400 with “Invalid GraphQL request” usually means the request format or headers aren’t aligned with the new module expectations

Thanks Steve. I was helped by support. I was passing variables in the module which was causing issues in V2. I changed it to passed everything in the body and my v2 modules are working now.