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