SaleItemGroup
Object
A group of sale items, typically representing a single event.
Fields
| Field | Description | Type |
|---|
event | The event this group represents, if applicable. | Event |
|---|
items | Items in this group. | [ SaleItem! ]! |
|---|
name | The name of the group (usually the event name). | String |
|---|