OBJECT

AddReactionPayload

Autogenerated return type of AddReaction

link GraphQL Schema definition

  • type AddReactionPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The reaction object.
  • reaction: Reaction!
  • # The reactable subject.
  • subject: Reactable!
  • }