OBJECT

PostBadge

link GraphQL Schema definition

  • type PostBadge {
  • text: String!
  • type: PostBadgeType!
  • # Images are hosted using Cloudflare images. Please see
  • # https://developers.cloudflare.com/images/cloudflare-images/serve-images/ for
  • # details on how to serve images.
  • icon: Image
  • # The state or board abbreviation associated with this badge, if applicable
  • source: String
  • }

link Require by