QuoteCloneProcess
Quote clone process for async operations
This page contains
Fields
| id: ID! | |
| triggeredOn: DateTime! | |
| startedOn: DateTime | |
| completedOn: DateTime | |
| sourceQuoteId: ID! | Quote being cloned |
| clonedQuote: Quote PREVIEW | Cloned quote object (available immediately with partial data, fully populated when process completes) |
| executionErrors: [QuoteCloneError!] PREVIEW | Execution errors if process failed |
Implements
Mutations for QuoteCloneProcess
| triggerQuoteCloneProcess PREVIEW | Clone quote asynchronously - returns process tracker with the cloned quote Id for immediate querying |