quoteReject
Graphql fields and variables for the quoteReject mutation
mutation quoteReject ($id: ID!, $notes: String!) {
quoteReject (id: $id, notes: $notes) {
errors
}
}Arguments
{
"id": "456123",
"notes": ""
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
