instigateLeaveSupplier
Instigate a leave supplier process or update an existing process.
Arguments
Possible Errors
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 InstigateLeaveSupplier($input: LeaveSupplierInput!) {
instigateLeaveSupplier(input: $input) {
message
number
}
}
Variables
{
"input": LeaveSupplierInput
}
Response
{
"data": {
"instigateLeaveSupplier": {
"message": "travel-process-participant-role-himself",
"number": "78786576"
}
}
}