Skip to main content

CustomerTags

These are the tags associated to the Customer

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

Fields​

CustomerTags.customerId ● ID! non-null scalar​

CustomerTags.demandHqId ● ID! non-null scalar​

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​

CustomerTags.updatedAt ● Date! non-null scalar​

CustomerTags.updatedBy ● ID! non-null scalar​

Member of​

Customer object