Skip to main content

CustomerTags

These are the tags associated to the Customer

type CustomerTags {
parsed(
category: String
key: String
): [ParsedTag]
raw: [String]
}

Fields

CustomerTags.parsed ● [ParsedTag] list object

Get parsed, and optionally filtered, tags for a Customer.

CustomerTags.parsed.category ● String scalar

Optionally filter tags by category.

CustomerTags.parsed.key ● String scalar

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

CustomerTags.raw ● [String] list scalar

Member of

Customer object