Admission
Admissions that are managed in this app
type Admission {
descTranslated: String
duration: Int!
exclusivity: ExclusivityEnum!
firstPotentialEvent(posId: ID, span: TsRange): PotentialEvent
globalPersonalizationAttachmentAttrs: [PersonalizationAttr!]!
globalPersonalizationAttrs: [PersonalizationAttr!]!
id: ID!
images: [ImageAttachment!]!
locationAddress: String!
locationName: String!
nameTranslated: String!
personalizationAttachmentAttrs: [PersonalizationAttr!]!
personalizationAttrs: [PersonalizationAttr!]!
potentialEvents(
after: String
before: String
datePricePricings: [PricingInput!]
dates: [DateRange!]
first: Int
includeQuota: Boolean
last: Int
posId: ID!
quantity: Int
span: TsRange
spanOperator: RangeOperatorEnum = OVERLAP
): PotentialEventConnection!
priceRules(posId: ID): [PriceRule!]!
publicDescTranslated: String
publicNameTranslated: String!
relatedProducts: [Product!]!
remainingQuota: BigInt
tags: [Tag!]!
timeZone: String!
waiver: Waiver
}
Fields
Admission.descTranslated · String scalar
Translated description in language specified by Accept-Language header.
Admission.duration · Int! non-null scalar
Duration of the event in seconds
Admission.exclusivity · ExclusivityEnum! non-null enum
Admission.firstPotentialEvent · PotentialEvent object
Admission.firstPotentialEvent.posId · ID scalar
For which POS should the quota information be calculated. Required here when not given already in parent query.
Admission.firstPotentialEvent.span · TsRange scalar
Admission.globalPersonalizationAttachmentAttrs · [PersonalizationAttr!]! non-null object
Admission.globalPersonalizationAttrs · [PersonalizationAttr!]! non-null object
Admission.id · ID! non-null scalar
Admission.images · [ImageAttachment!]! non-null object
Admission.locationAddress · String! non-null scalar
Address of location with fallback to tenant address.
Admission.locationName · String! non-null scalar
Name of location with fallback to tenant name.
Admission.nameTranslated · String! non-null scalar
Translated name in language specified by Accept-Language header.
Admission.personalizationAttachmentAttrs · [PersonalizationAttr!]! non-null object
Admission.personalizationAttrs · [PersonalizationAttr!]! non-null object
Admission.potentialEvents · PotentialEventConnection! non-null object
Admission.potentialEvents.after · String scalar
Returns the elements in the list that come after the specified cursor.
Admission.potentialEvents.before · String scalar
Returns the elements in the list that come before the specified cursor.
Admission.potentialEvents.datePricePricings · [PricingInput!] list input
Selected pricings used to include per-slot candidates for date price indications.
Admission.potentialEvents.dates · [DateRange!] list scalar
Admission.potentialEvents.first · Int scalar
Returns the first _n_ elements from the list.
Admission.potentialEvents.includeQuota · Boolean scalar
Admission.potentialEvents.last · Int scalar
Returns the last _n_ elements from the list.
Admission.potentialEvents.posId · ID! non-null scalar
For which POS should the quota information be calculated.
Admission.potentialEvents.quantity · Int scalar
Admission.potentialEvents.span · TsRange scalar
Admission.potentialEvents.spanOperator · RangeOperatorEnum enum
Admission.priceRules · [PriceRule!]! non-null object
Admission.priceRules.posId · ID scalar
Admission.publicDescTranslated · String scalar
Translated public-facing description in language specified by Accept-Language header.
Admission.publicNameTranslated · String! non-null scalar
Translated public-facing name in language specified by Accept-Language header.
Admission.relatedProducts · [Product!]! non-null object
Admission.remainingQuota · BigInt scalar
Remaining quota of capacity that can still be sold at this point of sale
Admission.tags · [Tag!]! non-null object
Admission.timeZone · String! non-null scalar
Admission.waiver · Waiver object
Implemented By
OfferableUnion union