Skip to content

FacetDateValue

View normalized Markdown

facet type for date values

graphql
type FacetDateValue {
  count: Int!
  currentPriceValue: Money
  defaultPriceValue: Money
  maxQuota: BigInt!
  remainingQuota: BigInt!
  value: Date
}

Fields

FacetDateValue.count · Int! non-null scalar

FacetDateValue.currentPriceValue · Money scalar

Lowest price on this date for the requested quantity and pricings. Null when no price applies.

FacetDateValue.defaultPriceValue · Money scalar

Baseline comparison price for this date, using default product prices.

FacetDateValue.maxQuota · BigInt! non-null scalar

Total places on this date.

FacetDateValue.remainingQuota · BigInt! non-null scalar

Places still available on this date.

FacetDateValue.value · Date scalar

Member Of

BookingCalendarAvailability object · OfferableUnionFacets object · PotentialEventFacets object