updateLeaveSupplier
Update an existing leave supplier process.
Arguments
Possible Errors
- KT-CT-10302: Invalid data.
- KT-CT-10304: Mutation not enabled in this environment.
- KT-CT-10309: Failed to update leave supplier process - the service is not enabled.
- KT-CT-10310: Failed to update leave supplier process. The process status is not in updatable status.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1607: Value cannot be empty.
- KT-CT-7899: An internal error occurred.
Allowed Viewers
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation UpdateLeaveSupplier($input: UpdateLeaveSupplierInput!) {
updateLeaveSupplier(input: $input) {
message
}
}
Variables
{
"input": UpdateLeaveSupplierInput
}
Response
{
"data": {
"updateLeaveSupplier": {
"message": "language-form-environmental-employee-player"
}
}
}