DemandHqCommentCreateInput
The input object for creating a DemandHqComment.
input DemandHqCommentCreateInput {
contentAsString: String!
demandHqId: ID!
entityId: ID!
}
Fields
DemandHqCommentCreateInput.contentAsString
● String!
non-null scalar
The actual comment, markdown is allowed. Limited to 10000 characters.
DemandHqCommentCreateInput.demandHqId
● ID!
non-null scalar
DemandHqCommentCreateInput.entityId
● ID!
non-null scalar
The id of the entity that the comment is about, e.g. a ProductId
Member of
createDemandHqComment
mutation