OBJECT

Badge

The badge on the app

link GraphQL Schema definition

  • type Badge {
  • # The text on the badge
  • text: String
  • # The color of the badge
  • color: String
  • # The color of the text on the badge
  • textColor: String
  • }