AssignUserToEmployeeInput
Input for the assignment of a given user to an employee
input AssignUserToEmployeeInput {
employeeId: EmployeeID!
userId: UserID!
}
Fields
AssignUserToEmployeeInput.employeeId ● EmployeeID! non-null scalar
ID of the given employee
AssignUserToEmployeeInput.userId ● UserID! non-null scalar
ID of the given user