Last update:
May 29, 2025
updateQuoteDynamicProperties mutation¶
This mutation updates the dynamic properties of a quote.
Arguments¶
The UpdateQuoteDynamicPropertiesCommandType!
represents the input required to update dynamic properties on a quote.
Field | Description |
---|---|
command UpdateQuoteDynamicPropertiesCommandType! |
Contains the quote ID and the dynamic properties to update. |
Possible returns¶
Possible return | Description |
---|---|
QuoteType |
Updated quote information with new properties. |