Skip to main content

CommentCondition

A condition to be used against Comment object types. All fields are tested for equality and combined with a logical ‘and.’

input CommentCondition {
id: String
stepId: String
accountId: String
text: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
workspaceId: String
type: String
internal: Boolean
parentCommentId: String
mentionedCommentId: String
sectionId: String
accordId: String
discussionId: String
}

Fields

CommentCondition.id ● String scalar

Checks for equality with the object’s id field.

CommentCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

CommentCondition.accountId ● String scalar

Checks for equality with the object’s accountId field.

CommentCondition.text ● String scalar

Checks for equality with the object’s text field.

CommentCondition.version ● Int scalar

Checks for equality with the object’s version field.

CommentCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

CommentCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

CommentCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

CommentCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

CommentCondition.type ● String scalar

Checks for equality with the object’s type field.

CommentCondition.internal ● Boolean scalar

Checks for equality with the object’s internal field.

CommentCondition.parentCommentId ● String scalar

Checks for equality with the object’s parentCommentId field.

CommentCondition.mentionedCommentId ● String scalar

Checks for equality with the object’s mentionedCommentId field.

CommentCondition.sectionId ● String scalar

Checks for equality with the object’s sectionId field.

CommentCondition.accordId ● String scalar

Checks for equality with the object’s accordId field.

CommentCondition.discussionId ● String scalar

Checks for equality with the object’s discussionId field.

Member Of

comments query ● commentsConnection query