unassignApplicationRoles: Boolean!
This mutation is used to unassign application roles to staff members. This mutation can be used on multiple roles and multiple staff members. **Returns:** Returns the new role data, along with the staff members data
roleIds: [UUID!]!
The role ID/s of the roles being assigned.
staffMemberIds: [UUID!]!
The staff ID/s of the staff members that are getting assigned roles.
