PotentialEvent
Potential events that are managed in this app
type PotentialEvent {
descTranslated: String
exclusivity: ExclusivityEnum!
globalPersonalizationAttachmentAttrs: [PersonalizationAttr!]!
globalPersonalizationAttrs: [PersonalizationAttr!]!
images: [ImageAttachment!]!
locationAddress: String!
locationName: String!
maxQuota: BigInt
nameTranslated: String!
personalizationAttachmentAttrs: [PersonalizationAttr!]!
personalizationAttrs: [PersonalizationAttr!]!
priceRules(posId: ID): [PriceRule!]!
publicDescTranslated: String
publicNameTranslated: String!
relatedProducts: [Product!]!
remainingQuota: BigInt
span: TsRange!
spanBeginStr(
format: String = "date_weekday_month_name_time"
relative: Boolean = false
): String!
spanStr(
dateFormat: String = "date_weekday_month_name"
timeFormat: String = "time"
): String!
tags: [Tag!]!
timeZone: String!
waiver: Waiver
}
Fields
PotentialEvent.descTranslated · String scalar
Translated description in language specified by Accept-Language header.
PotentialEvent.exclusivity · ExclusivityEnum! non-null enum
PotentialEvent.globalPersonalizationAttachmentAttrs · [PersonalizationAttr!]! non-null object
PotentialEvent.globalPersonalizationAttrs · [PersonalizationAttr!]! non-null object
PotentialEvent.images · [ImageAttachment!]! non-null object
PotentialEvent.locationAddress · String! non-null scalar
Address of location with fallback to tenant address.
PotentialEvent.locationName · String! non-null scalar
Name of location with fallback to tenant name.
PotentialEvent.maxQuota · BigInt scalar
Maximum quota of capacity for this point of sale
PotentialEvent.nameTranslated · String! non-null scalar
Translated name in language specified by Accept-Language header.
PotentialEvent.personalizationAttachmentAttrs · [PersonalizationAttr!]! non-null object
PotentialEvent.personalizationAttrs · [PersonalizationAttr!]! non-null object
PotentialEvent.priceRules · [PriceRule!]! non-null object
PotentialEvent.priceRules.posId · ID scalar
PotentialEvent.publicDescTranslated · String scalar
Translated public-facing description in language specified by Accept-Language header.
PotentialEvent.publicNameTranslated · String! non-null scalar
Translated public-facing name in language specified by Accept-Language header.
PotentialEvent.relatedProducts · [Product!]! non-null object
PotentialEvent.remainingQuota · BigInt scalar
Remaining quota of capacity that can still be sold at this point of sale
PotentialEvent.span · TsRange! non-null scalar
PotentialEvent.spanBeginStr · String! non-null scalar
PotentialEvent.spanBeginStr.format · String scalar
besides the usual strftime format options, the following known formats can be referred to: date, date_month_name, date_month_name_time, date_month_name_time_year, date_month_name_year, date_time, date_time_year, date_weekday_month_name, date_weekday_month_name_time, date_weekday_month_name_time_year, date_weekday_month_name_year, date_year, time
PotentialEvent.spanBeginStr.relative · Boolean scalar
if true will replace today's and tomorrow's dates with 'today' and 'tomorrow'
PotentialEvent.spanStr · String! non-null scalar
PotentialEvent.spanStr.dateFormat · String scalar
PotentialEvent.spanStr.timeFormat · String scalar
PotentialEvent.tags · [Tag!]! non-null object
PotentialEvent.timeZone · String! non-null scalar
PotentialEvent.waiver · Waiver object
Member Of
Admission object · EventTemplate object · PotentialEventEdge object