For the complete documentation index, see llms.txt. This page is also available as Markdown.

CommentInput

Input object for creating comments.

input CommentInput {
  entityId: ID!
  entityType: EntityType!
  message: String!
  threadId: ID
}

Fields

entityId ● ID! non-null scalar

The ID of the entity this comment should be on.

entityType ● EntityType! non-null enum

The type of the entity this comment should be on.

message ● String! non-null scalar

The string message.

threadId ● ID scalar

The optional parent comment ID to respond in a thread.

Member Of

createComment mutation

Last updated

Was this helpful?