Hunor
March 27, 2024, 8:03am
1
Hi,
Our scenarios that use a List Boards module are currently broken because the module is not working.
It gives back the {“message”:“Cannot return null for non-nullable field Board.owner”}] error.
See screenshot:
Hope this gets fixed soon as these breaks some of our core scenarios.
Hunor
March 28, 2024, 9:06am
4
Hi all.
In case someone else is experiencing this, it is an issue from Monday, support techs confirmed it. As far as I know they are working on it.
Until then, you can do a workaround using a GraphQL Query (get), something like this should work:
query {
boards(workspace_ids: WORSPACE_ID, order_by: created_at) {
id
name
state
type
}
}
Hope this is fixed soon by the Monday team soon.
3 Likes
Thanks for forwarding the Monday response to us. If there are any further updates on the fix, please let us know.
2 Likes
Hunor
April 2, 2024, 7:28am
6
Hi,
Monday confirmed this is fixed.
2 Likes