Skip to main content

UpdateEmployeeAbbreviationImageInput

Input for the update of an employee abbreviation image

input UpdateEmployeeAbbreviationImageInput {
employeeId: EmployeeID!
image: Upload
}

Fields

UpdateEmployeeAbbreviationImageInput.employeeId ● EmployeeID! non-null scalar

The employee identifier

UpdateEmployeeAbbreviationImageInput.image ● Upload scalar

The employee abbreviation as an image

Member Of

updateEmployeeAbbreviationImage mutation