OBJECT

TagWriteDetails

Details of tag write

link GraphQL Schema definition

  • type TagWriteDetails {
  • # The tag name
  • tag: String!
  • # The tag value
  • value: String
  • # The size of the tag
  • size: Int
  • }