OBJECT

AssetTagsItem

All asset tags for tag group

link GraphQL Schema definition

  • type AssetTagsItem {
  • # The tag identifier
  • id: String!
  • # The tag name
  • name: String!
  • # The tag value type
  • type: String!
  • # The tag address
  • address: String!
  • }