INPUT_OBJECT

TagGroupItemParams

Item for tag group

link GraphQL Schema definition

  • input TagGroupItemParams {
  • # The asset id of the tag the asset belongs to
  • assetId: ID!
  • # The tag identifier
  • tagId: String!
  • # The value type for the tag
  • tagType: String!
  • }

link Require by