Last update:
June 7, 2024
changeQuoteComment mutation¶
This mutation changes the comment associated with a specific quote.
Arguments¶
The ChangeQuoteCommentCommandType!
represents a command for modifying quote comments.
Field | Description |
---|---|
quoteId String! |
The Id of the quote to be modified. |
comment String! |
The new comment to be associated with the quote. |
Possible returns¶
Possible return | Description |
---|---|
QuoteType |
Information about the modified quote. |