Added
New mutations to manage board subscribers
June 1st, 2020
We added two mutations to let you add subscribers and remove subscribers from a board.
- Added the
add_subscribers_to_boardmutation which will add a single or an array of subscribers to a board. See the add subscribers to board mutation for more information. - Add the
delete_subscribers_from_boardmutation which will delete subscribers from a board. See the delete subscribers from board mutation for more information.
