OBJECT

RemoveReactionPayload

Autogenerated return type of RemoveReaction

link GraphQL Schema definition

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