updateQuoteVersion
Update quote version name
This page contains
Arguments
| input UpdateQuoteVersionInput! PREVIEW |
UpdateQuoteVersionInput fields
| id ID! | Quote version ID to update |
| name String! | New name for the quote version |
Return Fields
| quoteVersion QuoteVersionBasicInfo PREVIEW | Updated quote version basic info (null if update failed) |
| userErrors [UpdateQuoteVersionError!] PREVIEW | Errors that prevented update |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.