Preview

QuoteVersionComment is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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

    Parent objects of QuoteVersionComment

    QuoteVersionCommentConnection PREVIEW

    Relay-compliant connection for quote version comments

    Mutations for QuoteVersionComment

    addQuoteVersionComment PREVIEW

    Add a comment to a quote version source