ParsedTag
An up to 3-part tag, comma-separated, that has been parsed
type ParsedTag {
category: String
key: String
value: String!
}
Fields
ParsedTag.category ● String scalar
The category of the tag
ParsedTag.key ● String scalar
The key of the tag
ParsedTag.value ● String! non-null scalar
The value of the tag
Member of
SupplierProductTags object