CustomReactionPatch
Represents an update to a CustomReaction. Fields that are set will be updated.
input CustomReactionPatch {
id: String
url: String
workspaceId: String
createdByWorkspaceAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}
Fields
CustomReactionPatch.id ● String scalar
CustomReactionPatch.url ● String scalar
CustomReactionPatch.workspaceId ● String scalar
CustomReactionPatch.createdByWorkspaceAccountId ● String scalar
CustomReactionPatch.version ● Int scalar
CustomReactionPatch.deletedAt ● Datetime scalar
CustomReactionPatch.updatedAt ● Datetime scalar
CustomReactionPatch.createdAt ● Datetime scalar
Member Of
UpdateCustomReactionByNodeIdInput input ● UpdateCustomReactionInput input