UpdateCustomReactionInput
All input for the updateCustomReaction mutation.
input UpdateCustomReactionInput {
clientMutationId: String
patch: CustomReactionPatch!
id: String!
}
Fields
UpdateCustomReactionInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateCustomReactionInput.patch ● CustomReactionPatch! non-null input
An object where the defined keys will be set on the CustomReaction being updated.
UpdateCustomReactionInput.id ● String! non-null scalar
Member Of
updateCustomReaction mutation