CreateCustomReactionInput
All input for the create CustomReaction mutation.
input CreateCustomReactionInput {
clientMutationId: String
customReaction: CustomReactionInput!
}
Fields
CreateCustomReactionInput.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.
CreateCustomReactionInput.customReaction ● CustomReactionInput! non-null input
The CustomReaction to be created by this mutation.
Member Of
createCustomReaction mutation