UpdateCustomReactionByNodeIdInput
All input for the updateCustomReactionByNodeId mutation.
input UpdateCustomReactionByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: CustomReactionPatch!
}
Fields
UpdateCustomReactionByNodeIdInput.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.
UpdateCustomReactionByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single CustomReaction to be updated.
UpdateCustomReactionByNodeIdInput.patch ● CustomReactionPatch! non-null input
An object where the defined keys will be set on the CustomReaction being updated.
Member Of
updateCustomReactionByNodeId mutation