FacetDateWithQuota
facet type for date values with quota
graphql
type FacetDateWithQuota {
count: Int!
currentPriceValue: Money
defaultPriceValue: Money
maxQuota: BigInt!
remainingQuota: BigInt!
value: String
}
Fields
FacetDateWithQuota.count · Int! non-null scalar
FacetDateWithQuota.currentPriceValue · Money scalar
FacetDateWithQuota.defaultPriceValue · Money scalar
FacetDateWithQuota.maxQuota · BigInt! non-null scalar
FacetDateWithQuota.remainingQuota · BigInt! non-null scalar
FacetDateWithQuota.value · String scalar
Member Of
PotentialEventFacets object