Skip to main content

OrderTags

These are the tags associated to the order

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

Fields

OrderTags.demandHqId ● ID! non-null scalar

OrderTags.orderId ● ID! non-null scalar

OrderTags.parsed ● [ParsedTag] list object

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

OrderTags.parsed.category ● String scalar

Optionally filter tags by category.

OrderTags.parsed.key ● String scalar

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

OrderTags.raw ● [String] list scalar

OrderTags.updatedAt ● Date! non-null scalar

OrderTags.updatedBy ● ID! non-null scalar

Member of

Order object