Can anyone know how to query multiple boards ids with Monday API?
For a single board following code is correct:
query = '{ boards (ids: 99999999) { name id description items { name column_values{title id type text } } } }'
Is it possible to do something like:
... boards (ids: 99999999, 8888888, 77777777) ...
Thanks in advance.
Regards