INPUT_OBJECT

AddReactionInput

Autogenerated input type of AddReaction

link GraphQL Schema definition

  • input AddReactionInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the subject to modify.
  • subjectId: ID!
  • # The name of the emoji to react with.
  • content: ReactionContent!
  • }