INPUT_OBJECT
AddReactionInput
Autogenerated input type of AddReaction
link GraphQL Schema definition
- input AddReactionInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The Node ID of the subject to modify.
- : ID!
- # The name of the emoji to react with.
- : ReactionContent!
- }