UpdateEmployeeCommentInput
Updates the comment left on the employee
input UpdateEmployeeCommentInput {
comment: String
id: EmployeeID!
}
Fields
UpdateEmployeeCommentInput.comment ● String scalar
Updated comment on the employee.
UpdateEmployeeCommentInput.id ● EmployeeID! non-null scalar
Unique identifier of the employee.
Member Of
updateEmployeeComment mutation