OBJECT
PostBadge
link GraphQL Schema definition
- type PostBadge {
- : String!
- : 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.
- : Image
- # The state or board abbreviation associated with this badge, if applicable
- : String
- }