INPUT_OBJECT
RemoveReactionInput
Autogenerated input type of RemoveReaction
link GraphQL Schema definition
- input RemoveReactionInput {
- # 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! :
- }