OrderTag
The order tag type. This type represents a tag assigned to an order.
type OrderTag {
createdAt: ISO8601DateTime!
id: ID!
name: String!
tagType: OrderTagTypeEnum!
updatedAt: ISO8601DateTime!
}
Fields
OrderTag.createdAt ● ISO8601DateTime! non-null scalar common
OrderTag.id ● ID! non-null scalar common
OrderTag.name ● String! non-null scalar common
OrderTag.tagType ● OrderTagTypeEnum! non-null enum orders
The type of the tag.