PotentialEventFacets
facets for event search
graphql
type PotentialEventFacets {
dates(pricings: [PricingInput!], productIds: [ID!]): [FacetDateValue!]!
datesWithQuotas: [FacetDateWithQuota!]!
tags: [FacetIntValueLabeled!]!
}
Fields
PotentialEventFacets.dates · [FacetDateValue!]! non-null object
PotentialEventFacets.dates.pricings · [PricingInput!] list input
Selected pricings used to calculate the cheapest total for each date.
PotentialEventFacets.dates.productIds · [ID!] list scalar
For which products should the quota information be calculated.
PotentialEventFacets.datesWithQuotas · [FacetDateWithQuota!]! non-null object
PotentialEventFacets.tags · [FacetIntValueLabeled!]! non-null object
Member Of
PotentialEventConnection object