UpdateEmployeeAbbreviationTextInput
Input for the update of an employee abbreviation text
input UpdateEmployeeAbbreviationTextInput {
employeeId: EmployeeID!
text: String!
}
Fields
UpdateEmployeeAbbreviationTextInput.employeeId ● EmployeeID! non-null scalar
The employee identifier
UpdateEmployeeAbbreviationTextInput.text ● String! non-null scalar
The employee abbreviation in text form
Member Of
updateEmployeeAbbreviationText mutation