SetEmployeeWorkspacesInput
Corresponding input type for UpdateWorkspaces
input SetEmployeeWorkspacesInput {
employeeId: EmployeeID!
workspaces: [ApartmentGroupID]!
}
Fields
SetEmployeeWorkspacesInput.employeeId ● EmployeeID! non-null scalar
SetEmployeeWorkspacesInput.workspaces ● [ApartmentGroupID]! non-null scalar
Member Of
setEmployeeWorkspaces mutation