OBJECT

TagGroupItem

A tag ID item for tagGroup

link GraphQL Schema definition

  • type TagGroupItem {
  • # The asset the tag belongs to
  • asset: Asset!
  • # The tag identifier
  • tagId: String!
  • # The type of the tag
  • tagType: String!
  • }