SetEmployeeCareTeamsInput
Input for setting new care teams to an employee
input SetEmployeeCareTeamsInput {
careTeamIds: [CareTeamID!]!
employeeId: EmployeeID!
}
Fields
SetEmployeeCareTeamsInput.careTeamIds ● [CareTeamID!]! non-null scalar
List of all care team IDs the employee will is assigned to. To unassign, remove an entry from the list.
SetEmployeeCareTeamsInput.employeeId ● EmployeeID! non-null scalar
ID of the employee
Member Of
setEmployeeCareTeams mutation