CommentReactionCondition
A condition to be used against CommentReaction object types. All fields are
tested for equality and combined with a logical ‘and.’
input CommentReactionCondition {
id: String
commentId: String
createdByWorkspaceAccountId: String
emojiCode: String
workspaceId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
CommentReactionCondition.id ● String scalar
Checks for equality with the object’s id field.
CommentReactionCondition.commentId ● String scalar
Checks for equality with the object’s commentId field.
CommentReactionCondition.createdByWorkspaceAccountId ● String scalar
Checks for equality with the object’s createdByWorkspaceAccountId field.
CommentReactionCondition.emojiCode ● String scalar
Checks for equality with the object’s emojiCode field.
CommentReactionCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
CommentReactionCondition.version ● Int scalar
Checks for equality with the object’s version field.
CommentReactionCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
CommentReactionCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
CommentReactionCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
Member Of
commentReactions query ● commentReactionsConnection query