Graphql fields and variables for the quoteReject mutation
Reject a quote
Scope required: standard:write
mutation quoteReject ($id: ID!, $notes: String!) { quoteReject (id: $id, notes: $notes) { errors } }
{ "id": "456123", "notes": "" }
id
ID
notes
String
errors
Last updated 3 years ago
Was this helpful?