We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the Monday v1.2.9 and running the following,
from monday import MondayClient conn = MondayClient(MY_MONDAY_KEY) users = conn.users.fetch_users()
the users variable is:
{'errors': [{'message': 'Query has complexity of 200140010, which exceeds max complexity of 5000000'}], 'account_id': 10368903}
This was working before the weekend. I have every expectation that mdc changed something. Thanks for your help.
The text was updated successfully, but these errors were encountered:
I've verified that leaving the teams field off works without error (but of course doesn't help if I need teams info!):
from monday.resources.base import BaseResource from monday.query_joins import get_users_query query = """query { users () { id name email enabled } }""" query
Sorry, something went wrong.
No branches or pull requests
Using the Monday v1.2.9 and running the following,
the users variable is:
This was working before the weekend. I have every expectation that mdc changed something. Thanks for your help.
The text was updated successfully, but these errors were encountered: