OBJECT

GuildTag

The tag for a specific guild. Tags can be used to categorize reports within a guild. In the site UI, they are referred to as report tags.

link GraphQL Schema definition

  • type GuildTag {
  • # The ID of the tag.
  • id: Int!
  • # The guild that the tag belongs to.
  • guild: Guild!
  • # The name of the tag.
  • name: String!
  • }