Deprecate `ModifyGroup.{user_uuids,user_update_mode}` and add `AddUsersToGroup`, `RemoveUsersFromGroup` mutations
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
Another follow-up to #1688.Let's make the GraphQL API more self-explanatory.Let's not be afraid of adding mutations like this.
- [x] Make the `user_update_mode` working with `graphql.Undefined`
- [ ] Add `AddUsersToGroup`, `RemoveUsersFromGroup` mutations
- [ ] For backward compatibility, we need to keep the legacy fields for a while but let's add deprecation messages to indicate that they are replaced with new separate mutations.
JIRA Issue: BA-178
Contributor guide
Assessment
This issue has not been assessed yet.