ENUM

ReactionContent

Emojis that can be attached to Issues, Pull Requests and Comments.

link GraphQL Schema definition

  • enum ReactionContent {
  • # Represents the 👍 emoji.
  • THUMBS_UP
  • # Represents the 👎 emoji.
  • THUMBS_DOWN
  • # Represents the 😄 emoji.
  • LAUGH
  • # Represents the 🎉 emoji.
  • HOORAY
  • # Represents the 😕 emoji.
  • CONFUSED
  • # Represents the ❤️ emoji.
  • HEART
  • }