OBJECT

Tag

A user/asset tag

link GraphQL Schema definition

  • type Tag {
  • # Unique tag ID.
  • id: Int!
  • # The tag's display name.
  • name: String!
  • # A long description of the tag.
  • description: String
  • # The type of objects the tag can apply to.
  • type: String!
  • # The tag's display colour.
  • color: Color
  • }