DemandHqComment
A comment made by a DemandHqIndentity (user) about any DemandHqEntity (product, collection, etc.)
type DemandHqComment {
contentAsString: String!
createdAt: Date!
createdBy: ID!
demandHqCommentId: ID!
demandHqId: ID!
entityId: ID!
updatedAt: Date!
}
Fields
DemandHqComment.contentAsString ● String! non-null scalar
The actual comment, markdown is allowed. Limited to 10000 characters.
DemandHqComment.createdAt ● Date! non-null scalar
DemandHqComment.createdBy ● ID! non-null scalar
DemandHqComment.demandHqCommentId ● ID! non-null scalar
The id of the comment
DemandHqComment.demandHqId ● ID! non-null scalar
DemandHqComment.entityId ● ID! non-null scalar
The id of the entity that the comment is about, e.g. a ProductId
DemandHqComment.updatedAt ● Date! non-null scalar
Returned by
createDemandHqComment mutation
Member of
DemandHqCommentConnection object ● DemandHqCommentEdge object