Skip to main content

ProductTags

These are the tags associated to the product

type ProductTags {
demandHqId: ID!
parsed(
category: String
key: String
): [ParsedTag]
productId: ID!
raw: [String]
updatedAt: Date!
updatedBy: ID!
}

Fields

ProductTags.demandHqId ● ID! non-null scalar

ProductTags.parsed ● [ParsedTag] list object

Get the tags for an product parsed into category, key, and value.

ProductTags.parsed.category ● String scalar

Optionally filter tags by category.

ProductTags.parsed.key ● String scalar

Optionally filter tags by key. If category is not provided, but key is, category must be null to be returned.

ProductTags.productId ● ID! non-null scalar

ProductTags.raw ● [String] list scalar

ProductTags.updatedAt ● Date! non-null scalar

ProductTags.updatedBy ● ID! non-null scalar

Member of

Product object