Event
Events that are managed in this app
type Event {
descTranslated: String
exclusivity: ExclusivityEnum!
globalPersonalizationAttachmentAttrs: [PersonalizationAttr!]!
globalPersonalizationAttrs: [PersonalizationAttr!]!
id: ID!
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
Event.descTranslated · String scalar
Translated description in language specified by Accept-Language header.
Event.exclusivity · ExclusivityEnum! non-null enum
Event.globalPersonalizationAttachmentAttrs · [PersonalizationAttr!]! non-null object
Event.globalPersonalizationAttrs · [PersonalizationAttr!]! non-null object
Event.id · ID! non-null scalar
Event.images · [ImageAttachment!]! non-null object
Event.locationAddress · String! non-null scalar
Address of location with fallback to tenant address.
Event.locationName · String! non-null scalar
Name of location with fallback to tenant name.
Event.maxQuota · BigInt scalar
Maximum quota of capacity for this point of sale
Event.nameTranslated · String! non-null scalar
Translated name in language specified by Accept-Language header.
Event.personalizationAttachmentAttrs · [PersonalizationAttr!]! non-null object
Event.personalizationAttrs · [PersonalizationAttr!]! non-null object
Event.priceRules · [PriceRule!]! non-null object
Event.priceRules.posId · ID scalar
Event.publicDescTranslated · String scalar
Translated public-facing description in language specified by Accept-Language header.
Event.publicNameTranslated · String! non-null scalar
Translated public-facing name in language specified by Accept-Language header.
Event.relatedProducts · [Product!]! non-null object
Event.remainingQuota · BigInt scalar
Remaining quota of capacity that can still be sold at this point of sale
Event.span · TsRange! non-null scalar
Event.spanBeginStr · String! non-null scalar
Event.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
Event.spanBeginStr.relative · Boolean scalar
if true will replace today's and tomorrow's dates with 'today' and 'tomorrow'
Event.spanStr · String! non-null scalar
Event.spanStr.dateFormat · String scalar
Event.spanStr.timeFormat · String scalar
Event.tags · [Tag!]! non-null object
Event.timeZone · String! non-null scalar
Event.waiver · Waiver object
Implemented By
OfferableUnion union