Cannot Create Group via GraphQL API

Following up on this, I’m running into the same problem again. I’ve changed how I’m using the python library (building queries dynamically instead of pre-written queries with variables), and it’s once again giving me the error:

Int cannot represent non 32-bit signed integer value

I have been able to track through some reports on the library itself, as well as the GraphQL specification documents, and have found that my library is correct, and that Monday’s implementation is out of spec:

The Int scalar type represents a signed 32-bit numeric non-fractional value.

I’m going to raise a bug with my library’s maintainers as well, but I don’t think they’re going to make changes that are outside of the specification.

What is the process for requesting a change on your side to bring Monday’s API back into specification?