QuoteVersionComment
Comment associated with a quote version or its source
This page contains
Fields
| id: ID! | Unique identifier for the comment |
| sourceId: ID! | Source entity ID the comment belongs to |
| sourceType: QuoteVersionCommentSourceType! PREVIEW | Source type for the comment |
| quoteName: String | Name of the quote version this comment relates to |
| message: String! | Comment message content |
| createdOn: DateTime! | When the comment was created |
| lastModifiedOn: DateTime | When the comment was last modified |
| userId: ID! | User who created the comment |
| companyId: ID | Company of the user who created the comment |
| username: String | Display name of the comment author |
| isEdited: Boolean! | Whether the comment has been edited |
| isDeleted: Boolean! | Whether the comment has been deleted (soft delete) |
| quoteOrderIndex: Int | Ordering index within the quote version |
Implements
Mutations for QuoteVersionComment
| addQuoteVersionComment PREVIEW | Add a comment to a quote version source |
Parent objects of QuoteVersionComment
Relay-compliant connection for quote version comments