Protected AddProtected AddProtected DeleteProtected DeleteProtected DeleteProtected DeleteThis mutation will sync both the roles and the users, and the user/role relationships in the system with the data provided in the input. Roles are matched by the name (case insensitive) and users are matched by email
Protected SyncThis mutation will sync the just the users in the system with the data provided in the input, matches existing users by email
This method will NOT work if the roles are not already in sync, meaning if User/Role relationships exist in the input data where the Role doesn't already exist in this system the sync will fail
Protected UpdateProtected Update
This mutation will sync the roles in the system with the data provided in the input, using the role name for matching (case insensitive)