Hello @gtct001 ,
The reason may be that, you are spelling the argument incorrectly. It’s supposed to be pageInt not pageint
Hi, thanks for the reply, but it doesn’t work either. I get this error instead.
{'errors': :{'message': "Field 'boards' doesn't accept argument 'pageInt'", 'locations': :{'line': 1, 'column': 41}], 'fields': :'query', 'boards', 'pageInt']}], 'account_id': 4966783}
Hey @gtct001 – it was a typo in our docs. We’ve gone ahead and updated it. Apologies!
The correct argument is page
and the type is Int
. Somehow they got combined in our documentation editor.
@gtct001 highly reccomend you try the Monday library, it will make your life much easier
pip install monday
GitHub