问题描述
谁能知道如何使用 Monday API 查询多个板 ID?
对于单板以下代码是正确的:
query = '{ boards (ids: 99999999) { name id description items { name column_values{title id type text } } } }'
是否可以执行以下操作:
... boards (ids: 99999999,8888888,77777777) ...
提前致谢。
问候
解决方法
对于任何对答案感兴趣的人:
板(ID:[99999999、8888888、77777777])