schema { query: QueryType } "Marks the field, argument, input field or enum value as deprecated" directive @deprecated( "The reason for the deprecation" reason: String = "No longer supported" ) on FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE | INPUT_FIELD_DEFINITION "Directs the executor to include this field or fragment only when the `if` argument is true" directive @include( "Included when true." if: Boolean! ) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT "Directs the executor to skip this field or fragment when the `if` argument is true." directive @skip( "Skipped when true." if: Boolean! ) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT "Exposes a URL that specifies the behaviour of this scalar." directive @specifiedBy( "The URL that specifies the behaviour of this scalar." url: String! ) on SCALAR interface Entry { sys: Sys } union AlertBarLink = Link | StaticContentPage union ApplicationBurgerMenu = UiMenu | UiMenuItem union ApplicationDefaultUiMenu = UiMenu | UiMenuItem union ApplicationPrivacyPolicy = Link | StaticContentPage union ApplicationTermsOfService = Link | StaticContentPage union BannerEntryLink = StaticContentPage | Story union BannerLink = Link | Product | ServiceProvider | StaticContentPage | Story union CallToActionButtonLink = Link | Product | ServiceProvider | StaticContentPage | Story union CardLink = Link | Story union LiveInfoBarItemLink = Link | StaticContentPage | Story union OfferMenuItemOffer = Product | Story | Ticket union QuoteWebsiteLink = Link | Product | ServiceProvider | StaticContentPage | Story union RedirectRedirectTarget = Map | MediaAsset | Press | Product | ServiceProvider | StaticContentPage | Story | Tour union ServiceProviderServiceProviderExtension = ServiceProviderExtensionAccommodation | ServiceProviderExtensionSkiResort union SlideLink = Link | Product | ServiceProvider | StaticContentPage | Story union UiMenuItemContent = GenericGroup | Link | Map | Product | RegionGroup | ServiceProvider | SlopeMap | StaticContentPage | Story | UiMenu | WeatherGroup | WebcamGroup union UserTokenRedemptionTokenRedemptionSuccessPage = Link | Map | Product | ServiceProvider | StaticContentPage | Story | Tour type AccessibilityInformation implements Entry { bikeDistanceFromStation(locale: String): JSON bikeDistanceToStation(locale: String): JSON bikeDurationFromStation(locale: String): JSON bikeDurationToStation(locale: String): JSON drivingDistanceFromStation(locale: String): JSON drivingDistanceToStation(locale: String): JSON drivingDurationFromStation(locale: String): JSON drivingDurationToStation(locale: String): JSON eBikeDistanceFromStation(locale: String): JSON eBikeDistanceToStation(locale: String): JSON eBikeDurationFromStation(locale: String): JSON eBikeDurationToStation(locale: String): JSON station(locale: String): Station sys: Sys title(locale: String): String walkingDistanceFromStation(locale: String): JSON walkingDistanceToStation(locale: String): JSON walkingDurationFromStation(locale: String): JSON walkingDurationToStation(locale: String): JSON } type AccessibilityInformationCollection { items: [AccessibilityInformation] limit: Int skip: Int total: Int } type AccommodationInfoGroup implements Entry { accommodationInfoItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): accommodationInfoGroupAccommodationInfoItems frontendTitle(locale: String): String icon(locale: String): Asset sys: Sys title(locale: String): String } type AccommodationInfoGroupCollection { items: [AccommodationInfoGroup] limit: Int skip: Int total: Int } type AccommodationInfoItem implements Entry { frontendTitle(locale: String): String sys: Sys title(locale: String): String } type AccommodationInfoItemCollection { items: [AccommodationInfoItem] limit: Int skip: Int total: Int } type AccommodationReviews implements Entry { externalId(locale: String): String maxScoreNumber(locale: String): JSON numberOfReviews(locale: String): JSON reviewSource(locale: String): String score(locale: String): JSON sys: Sys title(locale: String): String widgetUrl(locale: String): String } type AccommodationReviewsCollection { items: [AccommodationReviews] limit: Int skip: Int total: Int } type Accordion implements Entry { accordionItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): accordionAccordionItems cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): accordionCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): accordionContentCategories endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): accordionFilterTags frontendTitle(locale: String): String regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): accordionRegions startAdvertisingDate(locale: String): JSON sys: Sys title(locale: String): String } type AccordionCollection { items: [Accordion] limit: Int skip: Int total: Int } type AccordionItem implements Entry { itemHeading(locale: String): String itemImage(locale: String): MediaAsset itemText(locale: String): AccordionItemItemText sys: Sys title(locale: String): String } type AccordionItemCollection { items: [AccordionItem] limit: Int skip: Int total: Int } type AccordionItemItemText { json: JSON links: GenericLinks } type Address implements Entry { city(locale: String): String country(locale: String): String streetAddress(locale: String): String sys: Sys title(locale: String): String zipCode(locale: String): String } type AddressCollection { items: [Address] limit: Int skip: Int total: Int } type AdventureGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): adventureGridCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): adventureGridContentCategories dynamicContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): adventureGridDynamicContent filterEngine(locale: String): String filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): adventureGridFilterTags frontendTitle(locale: String): String layout(locale: String): String mapDeepLink(locale: String): String maximumNumberOfItems(locale: String): JSON minimumNumberOfItems(locale: String): JSON numberOfRows(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): adventureGridRegions sortEngine(locale: String): String sys: Sys title(locale: String): String } type AdventureGridCollection { items: [AdventureGrid] limit: Int skip: Int total: Int } type AlertBar implements Entry { alertBarChannels(locale: String): [JSON] alertText(locale: String): String link(locale: String): AlertBarLink style(locale: String): String sys: Sys title(locale: String): String } type AlertBarCollection { items: [AlertBar] limit: Int skip: Int total: Int } type Application implements Entry { applicationDefaultFilter(locale: String): FilterMenu applicationFilterBar(locale: String): FilterMenu applicationSwitchIdentifier(locale: String): String burgerMenu(locale: String): ApplicationBurgerMenu channels(locale: String): [JSON] custom404Page(locale: String): StaticContentPage defaultUiMenu(locale: String): ApplicationDefaultUiMenu footer(locale: String): Footer hideCheckboxes(locale: String): JSON isDefaultApplication(locale: String): String liveInfoBar(locale: String): LiveInfoBar mainMenuCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection privacyPolicy(locale: String): ApplicationPrivacyPolicy rememberPreviousUserSettings(locale: String): JSON showFilters(locale: String): JSON showInterestSelectionAfterLogin(locale: String): JSON showSearch(locale: String): JSON showSos(locale: String): JSON showUserAccount(locale: String): JSON sys: Sys termsOfService(locale: String): ApplicationTermsOfService thirdPartyLogins(locale: String): [JSON] title(locale: String): String type(locale: String): String } type ApplicationCollection { items: [Application] limit: Int skip: Int total: Int } type Asset implements Entry { contentType: String description: String height: Int size: Int sys: Sys title: String url: String width: Int } type AssetCollection { items: [Asset] limit: Int skip: Int total: Int } type AvalancheRisk implements Entry { avalancheRiskDescription(locale: String): String avalancheRiskValue(locale: String): JSON lastUpdate(locale: String): JSON region(locale: String): Region sys: Sys title(locale: String): String } type AvalancheRiskCollection { items: [AvalancheRisk] limit: Int skip: Int total: Int } type Banner implements Entry { actionText(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): bannerCSegments endAdvertisingDate(locale: String): JSON entryLink(locale: String): BannerEntryLink filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): bannerFilterTags frontendTitle(locale: String): String image(locale: String): Asset link(locale: String): BannerLink mediaAsset(locale: String): MediaAsset regionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): bannerRegion startAdvertisingDate(locale: String): JSON storyCategoryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): bannerStoryCategory style(locale: String): String sys: Sys text(locale: String): String title(locale: String): String urlLink(locale: String): String } type BannerCollection { items: [Banner] limit: Int skip: Int total: Int } type BannerGroup implements Entry { bannersCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): bannerGroupBanners cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): bannerGroupCSegments sys: Sys title(locale: String): String } type BannerGroupCollection { items: [BannerGroup] limit: Int skip: Int total: Int } type BestTime implements Entry { content(locale: String): JSON frontendTitle(locale: String): String sys: Sys title(locale: String): String } type BestTimeCollection { items: [BestTime] limit: Int skip: Int total: Int } type BusinessHours implements Entry { businessHoursTimesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): businessHoursBusinessHoursTimes businessTimes(locale: String): JSON dataProvider(locale: String): String exceptions(locale: String): JSON sys: Sys title(locale: String): String validFromDate(locale: String): JSON validToDate(locale: String): JSON } type BusinessHoursCollection { items: [BusinessHours] limit: Int skip: Int total: Int } type BusinessHoursTime implements Entry { dayName(locale: String): String sys: Sys time(locale: String): String title(locale: String): String type(locale: String): String } type BusinessHoursTimeCollection { items: [BusinessHoursTime] limit: Int skip: Int total: Int } type CallToActionButton implements Entry { actionText(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): callToActionButtonCSegments link(locale: String): CallToActionButtonLink style(locale: String): String sys: Sys title(locale: String): String } type CallToActionButtonCollection { items: [CallToActionButton] limit: Int skip: Int total: Int } type Card implements Entry { frontendTitle(locale: String): String link(locale: String): CardLink subTitle(locale: String): String sys: Sys teaserImage(locale: String): Asset teaserImageUrl(locale: String): String teaserText(locale: String): String title(locale: String): String } type CardCollection { items: [Card] limit: Int skip: Int total: Int } type Category implements Entry { externalId(locale: String): String icon(locale: String): Asset iconUrl(locale: String): String sys: Sys title(locale: String): String type(locale: String): String } type CategoryCollection { items: [Category] limit: Int skip: Int total: Int } type CategoryGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): categoryGridCSegments categoryItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): categoryGridCategoryItems contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): categoryGridContentCategories endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): categoryGridFilterTags frontendTitle(locale: String): String regionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): categoryGridRegion startAdvertisingDate(locale: String): JSON sys: Sys title(locale: String): String } type CategoryGridCollection { items: [CategoryGrid] limit: Int skip: Int total: Int } type Classification implements Entry { frontendTitle(locale: String): String icon(locale: String): Asset identification(locale: String): String sys: Sys title(locale: String): String type(locale: String): String value(locale: String): JSON } type ClassificationCollection { items: [Classification] limit: Int skip: Int total: Int } type Config implements Entry { androidBuildVersion(locale: String): JSON backgroundRefreshTimeInterval(locale: String): JSON brazeAndroidApiKey(locale: String): String brazeAutomaticLocationCollection(locale: String): JSON brazeEndpoint(locale: String): String brazeIoSapiKey(locale: String): String brazeMinimumTriggerTimeInterval(locale: String): JSON brazeSessionTimeout(locale: String): JSON environment(locale: String): String features(locale: String): JSON generalConfig(locale: String): JSON iOsBuildVersion(locale: String): JSON identifier(locale: String): String jamesGraphQlEndpoint(locale: String): String keycloakAccessTokenUrl(locale: String): String keycloakAuthUrl(locale: String): String keycloakClientId(locale: String): String keycloakClientSecret(locale: String): String keycloakScope(locale: String): String mapMenuItemColors(locale: String): JSON paymentCallbackScheme(locale: String): String paymentCurrency(locale: String): String paymentMerchantId(locale: String): String paymentTestMode(locale: String): JSON shareUrl(locale: String): String shopApiBaseUrl(locale: String): String shopCurrencyLocale(locale: String): String shopExcludedMedias(locale: String): [JSON] showDebugMenu(locale: String): JSON skilineApiKey(locale: String): String skilineResortsInput(locale: String): [JSON] skilineResortsOutput(locale: String): [JSON] sys: Sys themeName(locale: String): String title(locale: String): String webShopItemQueryParameters(locale: String): String webShopItemType(locale: String): String webShopItemWebUrl(locale: String): String } type ConfigAdmin implements Entry { accommodationGroupsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): configAdminAccommodationGroups baseUrl(locale: String): String channels(locale: String): String email(locale: String): String heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): configAdminHeroAssets link(locale: String): JSON location(locale: String): Location logosCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): configAdminLogos phone(locale: String): String publisher(locale: String): String script(locale: String): JSON sys: Sys title(locale: String): String } type ConfigAdminCollection { items: [ConfigAdmin] limit: Int skip: Int total: Int } type ConfigCollection { items: [Config] limit: Int skip: Int total: Int } type ConfigContent implements Entry { aboutWebMenu(locale: String): UiMenu discoverStaticContentPage(locale: String): StaticContentPage journeyWebMenu(locale: String): UiMenu privacyStaticContentPage(locale: String): StaticContentPage shopStaticContentPage(locale: String): StaticContentPage skilineInfoStaticContentPage(locale: String): StaticContentPage skilinePrivacyStaticContentPage(locale: String): StaticContentPage skilineStaticContentGrid(locale: String): StaticContentGrid supportStaticContentPage(locale: String): StaticContentPage sys: Sys title(locale: String): String } type ConfigContentCollection { items: [ConfigContent] limit: Int skip: Int total: Int } type ConfigGeneral implements Entry { countryDropdown(locale: String): JSON currency(locale: String): String languageDropdown(locale: String): JSON skilineApiKey(locale: String): String skilineResortsInput(locale: String): [JSON] skilineResortsOutput(locale: String): [JSON] sys: Sys title(locale: String): String } type ConfigGeneralCollection { items: [ConfigGeneral] limit: Int skip: Int total: Int } type ConfigGuidle implements Entry { customerSegmentId(locale: String): String productCategoryId(locale: String): String productCategoryMapping(locale: String): JSON storyCategoryId(locale: String): String sys: Sys title(locale: String): String } type ConfigGuidleCollection { items: [ConfigGuidle] limit: Int skip: Int total: Int } type ContactInfo implements Entry { contactAddressesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): contactInfoContactAddresses contactDetail(locale: String): String contactInfoType(locale: String): ContactInfoType sys: Sys title(locale: String): String } type ContactInfoCollection { items: [ContactInfo] limit: Int skip: Int total: Int } type ContactInfoGroup implements Entry { contactInfosCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): contactInfoGroupContactInfos sys: Sys title(locale: String): String } type ContactInfoGroupCollection { items: [ContactInfoGroup] limit: Int skip: Int total: Int } type ContactInfoType implements Entry { icon(locale: String): Asset sys: Sys title(locale: String): String type(locale: String): String } type ContactInfoTypeCollection { items: [ContactInfoType] limit: Int skip: Int total: Int } type ContentTable implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): contentTableCSegments frontendTitle(locale: String): String sys: Sys tableExtension(locale: String): JSON title(locale: String): String } type ContentTableCollection { items: [ContentTable] limit: Int skip: Int total: Int } type CustomWidget implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): customWidgetCSegments customCode(locale: String): String sys: Sys title(locale: String): String } type CustomWidgetCollection { items: [CustomWidget] limit: Int skip: Int total: Int } type CustomerInsight implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): customerInsightCSegments code(locale: String): String config(locale: String): JSON link(locale: String): String source(locale: String): String surveyId(locale: String): String sys: Sys title(locale: String): String type(locale: String): String } type CustomerInsightCollection { items: [CustomerInsight] limit: Int skip: Int total: Int } type CustomerSegmentTag implements Entry { brazeSegmentApiIdentifier(locale: String): String likeValue(locale: String): JSON name(locale: String): String readValue(locale: String): JSON sys: Sys } type CustomerSegmentTagCollection { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type DeliveryInfoItem implements Entry { description(locale: String): String numberOfDays(locale: String): JSON sys: Sys title(locale: String): String } type DeliveryInfoItemCollection { items: [DeliveryInfoItem] limit: Int skip: Int total: Int } type Discount implements Entry { discountText(locale: String): String pointOfInterestCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): discountPointOfInterest sys: Sys title(locale: String): String } type DiscountCollection { items: [Discount] limit: Int skip: Int total: Int } type DynamicContentGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): dynamicContentGridCSegments contentType(locale: String): String contentTypeList(locale: String): [JSON] endAdvertisingDate(locale: String): JSON filterEngine(locale: String): String filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): dynamicContentGridFilterTags frontendTitle(locale: String): String layout(locale: String): String maximumNumberOfItems(locale: String): JSON minimumNumberOfItems(locale: String): JSON numberOfRows(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): dynamicContentGridRegions seoSlug(locale: String): String showSeeAllLink(locale: String): JSON sortEngine(locale: String): String startAdvertisingDate(locale: String): JSON storyCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): dynamicContentGridStoryCategories subQuery(locale: String): String sys: Sys title(locale: String): String } type DynamicContentGridCollection { items: [DynamicContentGrid] limit: Int skip: Int total: Int } type EWallet implements Entry { additionalInformationText(locale: String): String additionalInformationTitle(locale: String): String productCategory(locale: String): ProductCategory shopOperatorLink(locale: String): Link showContactInformation(locale: String): JSON showJamesWalletLink(locale: String): JSON sys: Sys termsAndConditions(locale: String): Link ticketAcquisitionInformationCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): eWalletTicketAcquisitionInformation title(locale: String): String voucherDisclaimer(locale: String): EWalletVoucherDisclaimer } type EWalletCollection { items: [EWallet] limit: Int skip: Int total: Int } type EWalletVoucherDisclaimer { json: JSON links: GenericLinks } type EventGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): eventGridCSegments contentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): eventGridContent endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): eventGridFilterTags frontendTitle(locale: String): String layout(locale: String): String maximumNumberOfItems(locale: String): JSON maximumNumberOfRows(locale: String): JSON minimumNumberOfItems(locale: String): JSON regionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): eventGridRegion seoSlug(locale: String): String showAdditionalContent(locale: String): [JSON] sorting(locale: String): String startAdvertisingDate(locale: String): JSON staticContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): eventGridStaticContent storyCategoryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): eventGridStoryCategory style(locale: String): String sys: Sys title(locale: String): String topProductsOnly(locale: String): JSON } type EventGridCollection { items: [EventGrid] limit: Int skip: Int total: Int } type Explainer implements Entry { animation(locale: String): Asset content(locale: String): ExplainerContent frontendTitle(locale: String): String heroAsset(locale: String): MediaAsset sys: Sys title(locale: String): String userTargetedContentSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): explainerUserTargetedContentSegments } type ExplainerCollection { items: [Explainer] limit: Int skip: Int total: Int } type ExplainerContent { json: JSON links: GenericLinks } type ExplainerGroup implements Entry { explainersCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): explainerGroupExplainers frontendTitle(locale: String): String skippingAllowed(locale: String): JSON style(locale: String): String sys: Sys title(locale: String): String userTargetedContentSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): explainerGroupUserTargetedContentSegments } type ExplainerGroupCollection { items: [ExplainerGroup] limit: Int skip: Int total: Int } type ExtendedWallet implements Entry { contactInformationCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): extendedWalletContactInformation extendedWalletTranslationOverwrites(locale: String): JSON faqGroup(locale: String): GenericGroup longDescription(locale: String): ExtendedWalletLongDescription shortDescription(locale: String): String showActionOptions(locale: String): JSON showBusinessHours(locale: String): JSON sys: Sys title(locale: String): String } type ExtendedWalletCollection { items: [ExtendedWallet] limit: Int skip: Int total: Int } type ExtendedWalletLongDescription { json: JSON links: GenericLinks } type Faq implements Entry { answer(locale: String): String order(locale: String): JSON question(locale: String): String sys: Sys } type FaqCollection { items: [Faq] limit: Int skip: Int total: Int } type FilterMenu implements Entry { filterMenuItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): filterMenuFilterMenuItems sortMenuItem(locale: String): SortMenuItem sys: Sys title(locale: String): String } type FilterMenuCollection { items: [FilterMenu] limit: Int skip: Int total: Int } type FilterMenuItem implements Entry { accommodation(locale: String): JSON filterOptionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): filterMenuItemFilterTags isMultiSelect(locale: String): JSON lockDefaultSettings(locale: String): JSON stars(locale: String): [JSON] sys: Sys title(locale: String): String type(locale: String): String valueRangesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): filterMenuItemValueRanges } type FilterMenuItemCollection { items: [FilterMenuItem] limit: Int skip: Int total: Int } type FilterTag implements Entry { mainFilterTag(locale: String): JSON subTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): filterTagSubTags sys: Sys title(locale: String): String type(locale: String): String } type FilterTagCollection { items: [FilterTag] limit: Int skip: Int total: Int } type Footer implements Entry { column1(locale: String): FooterColumn1 column2(locale: String): FooterColumn2 column3(locale: String): FooterColumn3 footerMenu(locale: String): UiMenu footerText(locale: String): FooterFooterText logoBar(locale: String): LogoBar logoLink(locale: String): Link socialMediaMenu(locale: String): UiMenu sys: Sys title(locale: String): String } type FooterCollection { items: [Footer] limit: Int skip: Int total: Int } type FooterColumn1 { json: JSON links: GenericLinks } type FooterColumn2 { json: JSON links: GenericLinks } type FooterColumn3 { json: JSON links: GenericLinks } type FooterFooterText { json: JSON links: GenericLinks } type Form implements Entry { inputField1Label(locale: String): String inputField2Label(locale: String): String inputField3Label(locale: String): String inputField4Label(locale: String): String recipient(locale: String): String subject(locale: String): String submitButtonLabel(locale: String): String sys: Sys textFieldLabel(locale: String): String title(locale: String): String } type FormBuilder implements Entry { additionalFormFieldsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): formBuilderAdditionalFormFields additionalFormFieldsTitle(locale: String): String addressField(locale: String): String brazeAppGroup(locale: String): String buttonText(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): formBuilderCSegments checkboxNewsletterSignUp(locale: String): JSON city(locale: String): String country(locale: String): String dateOfBirth(locale: String): String datePicker(locale: String): String datePickerText(locale: String): String description(locale: String): String eMail(locale: String): String firstName(locale: String): String gender(locale: String): String language(locale: String): String lastName(locale: String): String phone(locale: String): String supportEmail(locale: String): String survey(locale: String): Entry sys: Sys termsAndConditions(locale: String): FormBuilderTermsAndConditions title(locale: String): String zipCode(locale: String): String } type FormBuilderCollection { items: [FormBuilder] limit: Int skip: Int total: Int } type FormBuilderTermsAndConditions { json: JSON links: GenericLinks } type FormCollection { items: [Form] limit: Int skip: Int total: Int } type Gallery implements Entry { assetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): galleryAssets cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): galleryCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): galleryContentCategories endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): galleryFilterTags frontendTitle(locale: String): String mediaAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): galleryMediaAssets regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): galleryRegions seoSlug(locale: String): String startAdvertisingDate(locale: String): JSON style(locale: String): String sys: Sys title(locale: String): String } type GalleryCollection { items: [Gallery] limit: Int skip: Int total: Int } type GenericFormItem implements Entry { helpText(locale: String): String labelText(locale: String): String requiredField(locale: String): JSON sys: Sys title(locale: String): String } type GenericFormItemCollection { items: [GenericFormItem] limit: Int skip: Int total: Int } type GenericGroup implements Entry { frontendTitle(locale: String): String referencesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection sys: Sys title(locale: String): String } type GenericGroupCollection { items: [GenericGroup] limit: Int skip: Int total: Int } type GenericLinks { assets: GenericLinksEntries entries: GenericLinksEntries } type GenericLinksEntries { block: [Entry] hyperlink: [Entry] inline: [Entry] } type HelpTextItem implements Entry { frontendTitle(locale: String): String helpText(locale: String): HelpTextItemHelpText sys: Sys title(locale: String): String type(locale: String): String } type HelpTextItemCollection { items: [HelpTextItem] limit: Int skip: Int total: Int } type HelpTextItemHelpText { json: JSON links: GenericLinks } type InterestCard implements Entry { channels(locale: String): [JSON] description(locale: String): String image(locale: String): Asset mediaAsset(locale: String): MediaAsset order(locale: String): JSON plusFiftyPointsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): interestCardPlusFiftyPoints plusTenPointsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): interestCardPlusTenPoints plusTwentyFivePointsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): interestCardPlusTwentyFivePoints subTitle(locale: String): String sys: Sys title(locale: String): String } type InterestCardCollection { items: [InterestCard] limit: Int skip: Int total: Int } type Layout implements Entry { helpText(locale: String): String layoutType(locale: String): String sys: Sys } type LayoutCollection { items: [Layout] limit: Int skip: Int total: Int } type LeadTime implements Entry { days(locale: String): JSON hours(locale: String): JSON months(locale: String): JSON sys: Sys title(locale: String): String weeks(locale: String): JSON } type LeadTimeCollection { items: [LeadTime] limit: Int skip: Int total: Int } type Lift implements Entry { externalId(locale: String): String liftCategory(locale: String): Category liftStatus(locale: String): Status location(locale: String): Location region(locale: String): Region sys: Sys title(locale: String): String } type LiftCollection { items: [Lift] limit: Int skip: Int total: Int } type Link implements Entry { openInNewWindow(locale: String): JSON searchEngineFollow(locale: String): JSON sys: Sys title(locale: String): String url(locale: String): String urlWeb(locale: String): String } type LinkCollection { items: [Link] limit: Int skip: Int total: Int } type LiveInfoBar implements Entry { liveInfoBarItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): liveInfoBarLiveInfoBarItems sys: Sys title(locale: String): String } type LiveInfoBarCollection { items: [LiveInfoBar] limit: Int skip: Int total: Int } type LiveInfoBarItem implements Entry { frontendTitle(locale: String): String icon(locale: String): Asset link(locale: String): LiveInfoBarItemLink referencesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): liveInfoBarItemReferences sys: Sys title(locale: String): String type(locale: String): String } type LiveInfoBarItemCollection { items: [LiveInfoBarItem] limit: Int skip: Int total: Int } type LiveMarketingEmmaEvent implements Entry { endAdvertisingThisEventDate(locale: String): JSON eventDate(locale: String): String eventDateAdditionalInformation(locale: String): String eventDescription(locale: String): String eventImage(locale: String): MediaAsset eventPicture(locale: String): Asset eventTitle(locale: String): String eventUrl(locale: String): String startAdvertisingThisEventDate(locale: String): JSON sys: Sys } type LiveMarketingEmmaEventCollection { items: [LiveMarketingEmmaEvent] limit: Int skip: Int total: Int } type Location { lat: Float lon: Float } type LogoBar implements Entry { backgroundImage(locale: String): MediaAsset frontendTitle(locale: String): String linkCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): logoBarLink logosCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): logoBarLogos style(locale: String): String sys: Sys title(locale: String): String } type LogoBarCollection { items: [LogoBar] limit: Int skip: Int total: Int } type Map implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapCSegments defaultType(locale: String): [JSON] filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapFilterTags frontendTitle(locale: String): String hidePopularRoutesFilter(locale: String): JSON mapCenter(locale: String): Location mapMenu(locale: String): MapMenu mapProvidersCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapMapProviders paginationSize(locale: String): JSON popularRoutesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapPopularRoutes productCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapProductCategories radiusKilometer(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapRegions routingSlug(locale: String): String sys: Sys title(locale: String): String } type MapCollection { items: [Map] limit: Int skip: Int total: Int } type MapGroup implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapGroupCSegments filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapGroupFilterTags mapsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapGroupMaps regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapGroupRegions sys: Sys title(locale: String): String } type MapGroupCollection { items: [MapGroup] limit: Int skip: Int total: Int } type MapMenu implements Entry { mapMenuItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapMenuMapMenuItems sys: Sys title(locale: String): String } type MapMenuCollection { items: [MapMenu] limit: Int skip: Int total: Int } type MapMenuItem implements Entry { content(locale: String): ProductCategory filterMenu(locale: String): FilterMenu icon(locale: String): Asset referencesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mapMenuItemReferences staticContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection style(locale: String): [JSON] sys: Sys title(locale: String): String type(locale: String): String typeOfContent(locale: String): [JSON] } type MapMenuItemCollection { items: [MapMenuItem] limit: Int skip: Int total: Int } type MapProvider implements Entry { clientId(locale: String): String mapProvider(locale: String): String mapUrl(locale: String): String sys: Sys title(locale: String): String } type MapProviderCollection { items: [MapProvider] limit: Int skip: Int total: Int } type MarketingSegment implements Entry { brazeSegmentId(locale: String): String brazeSegmentName(locale: String): String sys: Sys title(locale: String): String } type MarketingSegmentCollection { items: [MarketingSegment] limit: Int skip: Int total: Int } type MediaAsset implements Entry { altText(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mediaAssetCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mediaAssetContentCategories copyright(locale: String): String description(locale: String): String endAdvertisingDate(locale: String): JSON externalId(locale: String): String filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mediaAssetFilterTags imageFocusArea(locale: String): String imageTags(locale: String): [JSON] media(locale: String): Asset metadata(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): mediaAssetRegions startAdvertisingDate(locale: String): JSON sys: Sys title(locale: String): String titleTag(locale: String): String } type MediaAssetCollection { items: [MediaAsset] limit: Int skip: Int total: Int } type ModelVersionInformation implements Entry { releaseDate(locale: String): JSON releaseHistory(locale: String): ModelVersionInformationReleaseHistory releaseNotes(locale: String): ModelVersionInformationReleaseNotes sys: Sys upgradeDate(locale: String): JSON upgradeHistory(locale: String): ModelVersionInformationUpgradeHistory version(locale: String): String } type ModelVersionInformationCollection { items: [ModelVersionInformation] limit: Int skip: Int total: Int } type ModelVersionInformationReleaseHistory { json: JSON links: GenericLinks } type ModelVersionInformationReleaseNotes { json: JSON links: GenericLinks } type ModelVersionInformationUpgradeHistory { json: JSON links: GenericLinks } type MyMomentsActivity implements Entry { activityType(locale: String): String coordinates(locale: String): Location descriptionForChecklist(locale: String): String frontendTitle(locale: String): String gettingThere(locale: String): String longDescription(locale: String): MyMomentsActivityLongDescription mainImage(locale: String): MediaAsset qrCodeUrl(locale: String): String regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsActivityRegions shortDescription(locale: String): String sys: Sys title(locale: String): String } type MyMomentsActivityCollection { items: [MyMomentsActivity] limit: Int skip: Int total: Int } type MyMomentsActivityLongDescription { json: JSON links: GenericLinks } type MyMomentsAdventure implements Entry { activitiesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsAdventureActivities awardsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsAdventureAwards badgesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsAdventureBadges contentCategoryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection frontendTitle(locale: String): String longDescription(locale: String): MyMomentsAdventureLongDescription mainImage(locale: String): MediaAsset maxPoints(locale: String): JSON productCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsAdventureProductCategories regionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsAdventureRegion shortDescription(locale: String): String sys: Sys title(locale: String): String } type MyMomentsAdventureCollection { items: [MyMomentsAdventure] limit: Int skip: Int total: Int } type MyMomentsAdventureLongDescription { json: JSON links: GenericLinks } type MyMomentsAward implements Entry { achievedDescription(locale: String): MyMomentsAwardAchievedDescription achievedImage(locale: String): MediaAsset frontendTitle(locale: String): String pointsNeededToReceiveAward(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsAwardRegions sys: Sys title(locale: String): String unachievedDescription(locale: String): MyMomentsAwardUnachievedDescription unachievedImage(locale: String): MediaAsset } type MyMomentsAwardAchievedDescription { json: JSON links: GenericLinks } type MyMomentsAwardCollection { items: [MyMomentsAward] limit: Int skip: Int total: Int } type MyMomentsAwardUnachievedDescription { json: JSON links: GenericLinks } type MyMomentsBadge implements Entry { achievedImage(locale: String): MediaAsset description(locale: String): MyMomentsBadgeDescription frontendTitle(locale: String): String points(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): myMomentsBadgeRegions sys: Sys title(locale: String): String unachievedImage(locale: String): MediaAsset } type MyMomentsBadgeCollection { items: [MyMomentsBadge] limit: Int skip: Int total: Int } type MyMomentsBadgeDescription { json: JSON links: GenericLinks } type NewsletterSignUp implements Entry { brazeAppGroup(locale: String): String brazeAppGroupIdentifier(locale: String): String buttonText(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): newsletterSignUpCSegments description(locale: String): String eMail(locale: String): String firstName(locale: String): String icon(locale: String): Asset lastName(locale: String): String style(locale: String): String sys: Sys termsAndConditions(locale: String): NewsletterSignUpTermsAndConditions title(locale: String): String } type NewsletterSignUpCollection { items: [NewsletterSignUp] limit: Int skip: Int total: Int } type NewsletterSignUpTermsAndConditions { json: JSON links: GenericLinks } type OfferMenu implements Entry { offerMenuItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): offerMenuOfferMenuItems sys: Sys title(locale: String): String } type OfferMenuCollection { items: [OfferMenu] limit: Int skip: Int total: Int } type OfferMenuItem implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): offerMenuItemCSegments icon(locale: String): Asset offer(locale: String): OfferMenuItemOffer sys: Sys title(locale: String): String } type OfferMenuItemCollection { items: [OfferMenuItem] limit: Int skip: Int total: Int } type PoiCategory implements Entry { icon(locale: String): Asset mapIcon(locale: String): Asset seoSlug(locale: String): String sys: Sys title(locale: String): String } type PoiCategoryCollection { items: [PoiCategory] limit: Int skip: Int total: Int } type PointOfInterest implements Entry { city(locale: String): String contactPersonName(locale: String): String coordinates(locale: String): Location country(locale: String): String customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pointOfInterestCustomerSegments email(locale: String): String mediaCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pointOfInterestMedia openTimesFriday(locale: String): String openTimesHolidays(locale: String): String openTimesMonday(locale: String): String openTimesSaturday(locale: String): String openTimesSunday(locale: String): String openTimesThursday(locale: String): String openTimesTuesday(locale: String): String openTimesWednesday(locale: String): String poiCategory(locale: String): PoiCategory streetName(locale: String): String streetNumber(locale: String): String sys: Sys telephone(locale: String): String text(locale: String): PointOfInterestText title(locale: String): String url(locale: String): String zip(locale: String): String } type PointOfInterestCollection { items: [PointOfInterest] limit: Int skip: Int total: Int } type PointOfInterestText { json: JSON links: GenericLinks } type PopularRoute implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): popularRouteCSegments geoJson(locale: String): JSON image(locale: String): MediaAsset lengthOfRouteInKm(locale: String): JSON routeName(locale: String): String sys: Sys title(locale: String): String } type PopularRouteCollection { items: [PopularRoute] limit: Int skip: Int total: Int } type Press implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressCSegments canonical(locale: String): String channels(locale: String): [JSON] content(locale: String): PressContent contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressContentCategories endAdvertisingDate(locale: String): JSON excerpt(locale: String): String excludeFrom(locale: String): [JSON] filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressFilterTags heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressHeroAssets imageDownload(locale: String): Gallery location(locale: String): Location metaDescription(locale: String): String metaTitle(locale: String): String noIndex(locale: String): JSON pdfDownloadCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressPdfDownload pressCategoryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressPressCategory previewImage(locale: String): MediaAsset publishingDate(locale: String): JSON regionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressRegion schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String startAdvertisingDate(locale: String): JSON sys: Sys title(locale: String): String } type PressCategory implements Entry { image(locale: String): MediaAsset schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String sys: Sys title(locale: String): String } type PressCategoryCollection { items: [PressCategory] limit: Int skip: Int total: Int } type PressCollection { items: [Press] limit: Int skip: Int total: Int } type PressContent { json: JSON links: GenericLinks } type PressGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressGridCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressGridContentCategories dynamicContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressGridDynamicContent endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressGridFilterTags frontendTitle(locale: String): String layout(locale: String): String maximumNumberOfRows(locale: String): JSON minimumNumberOfItems(locale: String): JSON regionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressGridRegion seoSlug(locale: String): String showAdditionalContent(locale: String): [JSON] sorting(locale: String): String startAdvertisingDate(locale: String): JSON staticContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): pressGridStaticContent sys: Sys title(locale: String): String } type PressGridCollection { items: [PressGrid] limit: Int skip: Int total: Int } type PriceList implements Entry { frontendTitle(locale: String): String priceListItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): priceListPriceListItems sys: Sys title(locale: String): String validFromDate(locale: String): JSON validToDate(locale: String): JSON } type PriceListCollection { items: [PriceList] limit: Int skip: Int total: Int } type PriceListItem implements Entry { description(locale: String): String price(locale: String): JSON sys: Sys title(locale: String): String } type PriceListItemCollection { items: [PriceListItem] limit: Int skip: Int total: Int } type Product implements Entry { accessibilityCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productAccessibility averageDurationOfStayInMinutes(locale: String): JSON businessHoursCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productBusinessHours buttonLink(locale: String): String buttonTitle(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productCSegments canonical(locale: String): String channels(locale: String): [JSON] contactInfoGroupsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productContactInfoGroups customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productCustomerSegments deepLink(locale: String): String excludeFrom(locale: String): [JSON] extendedWallet(locale: String): ExtendedWallet faqGroup(locale: String): GenericGroup filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productFilterTags freeProduct(locale: String): JSON fromPrice(locale: String): JSON heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productHeroAssets imagesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productImages importantInformation(locale: String): ProductImportantInformation leadTime(locale: String): LeadTime link(locale: String): Link location(locale: String): Location longDescription(locale: String): ProductLongDescription meetingPoint(locale: String): String metaDescription(locale: String): String metaTitle(locale: String): String noIndex(locale: String): JSON offerMenu(locale: String): OfferMenu popularRoutesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productPopularRoutes priceListsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productPriceLists productAvailabilitiesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productProductAvailabilities productCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productProductCategories productExtension(locale: String): ProductExtensionAccommodation productTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productProductTags region(locale: String): Region regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productRegions schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String serviceProvider(locale: String): ServiceProvider shortDescription(locale: String): String specialOffersCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection specialPrice(locale: String): JSON startAdvertisingDate(locale: String): JSON storyCategoryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productStoryCategory subTitle(locale: String): String sys: Sys ticket(locale: String): Ticket title(locale: String): String topProduct(locale: String): JSON vouchersCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productVouchers } type ProductAvailability implements Entry { availableDates(locale: String): [JSON] exceptions(locale: String): [JSON] productContingentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productAvailabilityProductContingents sys: Sys title(locale: String): String validFromDate(locale: String): JSON validToDate(locale: String): JSON } type ProductAvailabilityCollection { items: [ProductAvailability] limit: Int skip: Int total: Int } type ProductCategory implements Entry { icon(locale: String): Asset mainCategory(locale: String): JSON order(locale: String): JSON schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String subProductCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productCategorySubProductCategories sys: Sys ticketInformationCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productCategoryTicketInformation ticketType(locale: String): String title(locale: String): String type(locale: String): String url(locale: String): String } type ProductCategoryCollection { items: [ProductCategory] limit: Int skip: Int total: Int } type ProductCollection { items: [Product] limit: Int skip: Int total: Int } type ProductContingent implements Entry { maximumContingent(locale: String): JSON minimumContingent(locale: String): JSON sys: Sys timeSlot(locale: String): String title(locale: String): String } type ProductContingentCollection { items: [ProductContingent] limit: Int skip: Int total: Int } type ProductExtensionAccommodation implements Entry { additionalRoomInformation(locale: String): String externalMedia(locale: String): JSON externalRoomId(locale: String): String maxRoomCapacity(locale: String): JSON roomContactInformationCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productExtensionAccommodationRoomContactInformation roomInformationItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productExtensionAccommodationRoomInformationItems roomTagList(locale: String): String sys: Sys title(locale: String): String } type ProductExtensionAccommodationCollection { items: [ProductExtensionAccommodation] limit: Int skip: Int total: Int } type ProductGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productGridCSegments contentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productGridContent endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productGridFilterTags frontendTitle(locale: String): String layout(locale: String): String maximumNumberOfItems(locale: String): JSON maximumNumberOfRows(locale: String): JSON minimumNumberOfItems(locale: String): JSON regionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productGridRegion seoSlug(locale: String): String showAdditionalContent(locale: String): [JSON] showFlags(locale: String): JSON showPrices(locale: String): JSON sorting(locale: String): String startAdvertisingDate(locale: String): JSON staticContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productGridStaticContent storyCategoryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productGridStoryCategory sys: Sys title(locale: String): String topProductsOnly(locale: String): JSON } type ProductGridCollection { items: [ProductGrid] limit: Int skip: Int total: Int } type ProductImportantInformation { json: JSON links: GenericLinks } type ProductList implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): productListCSegments frontendTitle(locale: String): String mapDeepLink(locale: String): String sys: Sys title(locale: String): String } type ProductListCollection { items: [ProductList] limit: Int skip: Int total: Int } type ProductLongDescription { json: JSON links: GenericLinks } type ProductTag implements Entry { sys: Sys title(locale: String): String } type ProductTagCollection { items: [ProductTag] limit: Int skip: Int total: Int } type ProductTeaserLiveMarketing implements Entry { sys: Sys teaserImage(locale: String): Asset teaserText(locale: String): String title(locale: String): String url(locale: String): String urlText(locale: String): String } type ProductTeaserLiveMarketingCollection { items: [ProductTeaserLiveMarketing] limit: Int skip: Int total: Int } type QueryType { accessibilityInformation(id: String!, locale: String, preview: Boolean): AccessibilityInformation accessibilityInformationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AccessibilityInformationCollection accommodationInfoGroup(id: String!, locale: String, preview: Boolean): AccommodationInfoGroup accommodationInfoGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AccommodationInfoGroupCollection accommodationInfoItem(id: String!, locale: String, preview: Boolean): AccommodationInfoItem accommodationInfoItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AccommodationInfoItemCollection accommodationReviews(id: String!, locale: String, preview: Boolean): AccommodationReviews accommodationReviewsCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AccommodationReviewsCollection accordion(id: String!, locale: String, preview: Boolean): Accordion accordionCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AccordionCollection accordionItem(id: String!, locale: String, preview: Boolean): AccordionItem accordionItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AccordionItemCollection address(id: String!, locale: String, preview: Boolean): Address addressCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AddressCollection adventureGrid(id: String!, locale: String, preview: Boolean): AdventureGrid adventureGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AdventureGridCollection alertBar(id: String!, locale: String, preview: Boolean): AlertBar alertBarCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AlertBarCollection application(id: String!, locale: String, preview: Boolean): Application applicationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ApplicationCollection avalancheRisk(id: String!, locale: String, preview: Boolean): AvalancheRisk avalancheRiskCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AvalancheRiskCollection banner(id: String!, locale: String, preview: Boolean): Banner bannerCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): BannerCollection bannerGroup(id: String!, locale: String, preview: Boolean): BannerGroup bannerGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): BannerGroupCollection bestTime(id: String!, locale: String, preview: Boolean): BestTime bestTimeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): BestTimeCollection businessHours(id: String!, locale: String, preview: Boolean): BusinessHours businessHoursCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): BusinessHoursCollection businessHoursTime(id: String!, locale: String, preview: Boolean): BusinessHoursTime businessHoursTimeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): BusinessHoursTimeCollection callToActionButton(id: String!, locale: String, preview: Boolean): CallToActionButton callToActionButtonCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): CallToActionButtonCollection card(id: String!, locale: String, preview: Boolean): Card cardCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): CardCollection category(id: String!, locale: String, preview: Boolean): Category categoryCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): CategoryCollection categoryGrid(id: String!, locale: String, preview: Boolean): CategoryGrid categoryGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): CategoryGridCollection classification(id: String!, locale: String, preview: Boolean): Classification classificationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ClassificationCollection config(id: String!, locale: String, preview: Boolean): Config configAdmin(id: String!, locale: String, preview: Boolean): ConfigAdmin configAdminCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ConfigAdminCollection configCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ConfigCollection configContent(id: String!, locale: String, preview: Boolean): ConfigContent configContentCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ConfigContentCollection configGeneral(id: String!, locale: String, preview: Boolean): ConfigGeneral configGeneralCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ConfigGeneralCollection configGuidle(id: String!, locale: String, preview: Boolean): ConfigGuidle configGuidleCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ConfigGuidleCollection contactInfo(id: String!, locale: String, preview: Boolean): ContactInfo contactInfoCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ContactInfoCollection contactInfoGroup(id: String!, locale: String, preview: Boolean): ContactInfoGroup contactInfoGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ContactInfoGroupCollection contactInfoType(id: String!, locale: String, preview: Boolean): ContactInfoType contactInfoTypeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ContactInfoTypeCollection contentHubAsset(id: String!, locale: String, preview: Boolean): Asset contentHubAssetCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): AssetCollection contentTable(id: String!, locale: String, preview: Boolean): ContentTable contentTableCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ContentTableCollection customWidget(id: String!, locale: String, preview: Boolean): CustomWidget customWidgetCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): CustomWidgetCollection customerInsight(id: String!, locale: String, preview: Boolean): CustomerInsight customerInsightCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): CustomerInsightCollection customerSegmentTag(id: String!, locale: String, preview: Boolean): CustomerSegmentTag customerSegmentTagCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): CustomerSegmentTagCollection deliveryInfoItem(id: String!, locale: String, preview: Boolean): DeliveryInfoItem deliveryInfoItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): DeliveryInfoItemCollection discount(id: String!, locale: String, preview: Boolean): Discount discountCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): DiscountCollection dynamicContentGrid(id: String!, locale: String, preview: Boolean): DynamicContentGrid dynamicContentGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): DynamicContentGridCollection eWallet(id: String!, locale: String, preview: Boolean): EWallet eWalletCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): EWalletCollection eventGrid(id: String!, locale: String, preview: Boolean): EventGrid eventGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): EventGridCollection explainer(id: String!, locale: String, preview: Boolean): Explainer explainerCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ExplainerCollection explainerGroup(id: String!, locale: String, preview: Boolean): ExplainerGroup explainerGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ExplainerGroupCollection extendedWallet(id: String!, locale: String, preview: Boolean): ExtendedWallet extendedWalletCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ExtendedWalletCollection faq(id: String!, locale: String, preview: Boolean): Faq faqCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): FaqCollection filterMenu(id: String!, locale: String, preview: Boolean): FilterMenu filterMenuCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): FilterMenuCollection filterMenuItem(id: String!, locale: String, preview: Boolean): FilterMenuItem filterMenuItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): FilterMenuItemCollection filterTag(id: String!, locale: String, preview: Boolean): FilterTag filterTagCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): FilterTagCollection footer(id: String!, locale: String, preview: Boolean): Footer footerCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): FooterCollection form(id: String!, locale: String, preview: Boolean): Form formBuilder(id: String!, locale: String, preview: Boolean): FormBuilder formBuilderCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): FormBuilderCollection formCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): FormCollection gallery(id: String!, locale: String, preview: Boolean): Gallery galleryCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): GalleryCollection genericFormItem(id: String!, locale: String, preview: Boolean): GenericFormItem genericFormItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): GenericFormItemCollection genericGroup(id: String!, locale: String, preview: Boolean): GenericGroup genericGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): GenericGroupCollection helpTextItem(id: String!, locale: String, preview: Boolean): HelpTextItem helpTextItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): HelpTextItemCollection interestCard(id: String!, locale: String, preview: Boolean): InterestCard interestCardCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): InterestCardCollection layout(id: String!, locale: String, preview: Boolean): Layout layoutCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LayoutCollection leadTime(id: String!, locale: String, preview: Boolean): LeadTime leadTimeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LeadTimeCollection lift(id: String!, locale: String, preview: Boolean): Lift liftCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LiftCollection link(id: String!, locale: String, preview: Boolean): Link linkCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LinkCollection liveInfoBar(id: String!, locale: String, preview: Boolean): LiveInfoBar liveInfoBarCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LiveInfoBarCollection liveInfoBarItem(id: String!, locale: String, preview: Boolean): LiveInfoBarItem liveInfoBarItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LiveInfoBarItemCollection liveMarketingEmmaEvent(id: String!, locale: String, preview: Boolean): LiveMarketingEmmaEvent liveMarketingEmmaEventCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LiveMarketingEmmaEventCollection logoBar(id: String!, locale: String, preview: Boolean): LogoBar logoBarCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): LogoBarCollection map(id: String!, locale: String, preview: Boolean): Map mapCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MapCollection mapGroup(id: String!, locale: String, preview: Boolean): MapGroup mapGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MapGroupCollection mapMenu(id: String!, locale: String, preview: Boolean): MapMenu mapMenuCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MapMenuCollection mapMenuItem(id: String!, locale: String, preview: Boolean): MapMenuItem mapMenuItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MapMenuItemCollection mapProvider(id: String!, locale: String, preview: Boolean): MapProvider mapProviderCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MapProviderCollection marketingSegment(id: String!, locale: String, preview: Boolean): MarketingSegment marketingSegmentCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MarketingSegmentCollection mediaAsset(id: String!, locale: String, preview: Boolean): MediaAsset mediaAssetCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MediaAssetCollection modelVersionInformation(id: String!, locale: String, preview: Boolean): ModelVersionInformation modelVersionInformationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ModelVersionInformationCollection myMomentsActivity(id: String!, locale: String, preview: Boolean): MyMomentsActivity myMomentsActivityCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MyMomentsActivityCollection myMomentsAdventure(id: String!, locale: String, preview: Boolean): MyMomentsAdventure myMomentsAdventureCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MyMomentsAdventureCollection myMomentsAward(id: String!, locale: String, preview: Boolean): MyMomentsAward myMomentsAwardCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MyMomentsAwardCollection myMomentsBadge(id: String!, locale: String, preview: Boolean): MyMomentsBadge myMomentsBadgeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): MyMomentsBadgeCollection newsletterSignUp(id: String!, locale: String, preview: Boolean): NewsletterSignUp newsletterSignUpCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): NewsletterSignUpCollection offerMenu(id: String!, locale: String, preview: Boolean): OfferMenu offerMenuCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): OfferMenuCollection offerMenuItem(id: String!, locale: String, preview: Boolean): OfferMenuItem offerMenuItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): OfferMenuItemCollection poiCategory(id: String!, locale: String, preview: Boolean): PoiCategory poiCategoryCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PoiCategoryCollection pointOfInterest(id: String!, locale: String, preview: Boolean): PointOfInterest pointOfInterestCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PointOfInterestCollection popularRoute(id: String!, locale: String, preview: Boolean): PopularRoute popularRouteCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PopularRouteCollection press(id: String!, locale: String, preview: Boolean): Press pressCategory(id: String!, locale: String, preview: Boolean): PressCategory pressCategoryCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PressCategoryCollection pressCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PressCollection pressGrid(id: String!, locale: String, preview: Boolean): PressGrid pressGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PressGridCollection priceList(id: String!, locale: String, preview: Boolean): PriceList priceListCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PriceListCollection priceListItem(id: String!, locale: String, preview: Boolean): PriceListItem priceListItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): PriceListItemCollection product(id: String!, locale: String, preview: Boolean): Product productAvailability(id: String!, locale: String, preview: Boolean): ProductAvailability productAvailabilityCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductAvailabilityCollection productCategory(id: String!, locale: String, preview: Boolean): ProductCategory productCategoryCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductCategoryCollection productCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductCollection productContingent(id: String!, locale: String, preview: Boolean): ProductContingent productContingentCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductContingentCollection productExtensionAccommodation(id: String!, locale: String, preview: Boolean): ProductExtensionAccommodation productExtensionAccommodationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductExtensionAccommodationCollection productGrid(id: String!, locale: String, preview: Boolean): ProductGrid productGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductGridCollection productList(id: String!, locale: String, preview: Boolean): ProductList productListCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductListCollection productTag(id: String!, locale: String, preview: Boolean): ProductTag productTagCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductTagCollection productTeaserLiveMarketing(id: String!, locale: String, preview: Boolean): ProductTeaserLiveMarketing productTeaserLiveMarketingCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ProductTeaserLiveMarketingCollection quickBookingWidget(id: String!, locale: String, preview: Boolean): QuickBookingWidget quickBookingWidgetCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): QuickBookingWidgetCollection quote(id: String!, locale: String, preview: Boolean): Quote quoteCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): QuoteCollection quoteGroup(id: String!, locale: String, preview: Boolean): QuoteGroup quoteGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): QuoteGroupCollection redirect(id: String!, locale: String, preview: Boolean): Redirect redirectCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RedirectCollection reduction(id: String!, locale: String, preview: Boolean): Reduction reductionCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ReductionCollection region(id: String!, locale: String, preview: Boolean): Region regionCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RegionCollection regionGroup(id: String!, locale: String, preview: Boolean): RegionGroup regionGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RegionGroupCollection routeInfoGroup(id: String!, locale: String, preview: Boolean): RouteInfoGroup routeInfoGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RouteInfoGroupCollection routeInfoItem(id: String!, locale: String, preview: Boolean): RouteInfoItem routeInfoItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RouteInfoItemCollection routeInfoType(id: String!, locale: String, preview: Boolean): RouteInfoType routeInfoTypeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RouteInfoTypeCollection routes(id: String!, locale: String, preview: Boolean): Routes routesCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RoutesCollection routing(id: String!, locale: String, preview: Boolean): Routing routingCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): RoutingCollection serviceProvider(id: String!, locale: String, preview: Boolean): ServiceProvider serviceProviderCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ServiceProviderCollection serviceProviderExtension(id: String!, locale: String, preview: Boolean): ServiceProviderExtension serviceProviderExtensionAccommodation(id: String!, locale: String, preview: Boolean): ServiceProviderExtensionAccommodation serviceProviderExtensionAccommodationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ServiceProviderExtensionAccommodationCollection serviceProviderExtensionCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ServiceProviderExtensionCollection serviceProviderExtensionSkiResort(id: String!, locale: String, preview: Boolean): ServiceProviderExtensionSkiResort serviceProviderExtensionSkiResortCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ServiceProviderExtensionSkiResortCollection serviceProviderHighlight(id: String!, locale: String, preview: Boolean): ServiceProviderHighlight serviceProviderHighlightCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ServiceProviderHighlightCollection serviceProviderInfo(id: String!, locale: String, preview: Boolean): ServiceProviderInfo serviceProviderInfoCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ServiceProviderInfoCollection shopMenuGrid(id: String!, locale: String, preview: Boolean): ShopMenuGrid shopMenuGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ShopMenuGridCollection skiResortGrid(id: String!, locale: String, preview: Boolean): SkiResortGrid skiResortGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SkiResortGridCollection slide(id: String!, locale: String, preview: Boolean): Slide slideCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SlideCollection slider(id: String!, locale: String, preview: Boolean): Slider sliderCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SliderCollection slope(id: String!, locale: String, preview: Boolean): Slope slopeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SlopeCollection slopeMap(id: String!, locale: String, preview: Boolean): SlopeMap slopeMapCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SlopeMapCollection snowCondition(id: String!, locale: String, preview: Boolean): SnowCondition snowConditionCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SnowConditionCollection snowConditionGroup(id: String!, locale: String, preview: Boolean): SnowConditionGroup snowConditionGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SnowConditionGroupCollection socialMediaBar(id: String!, locale: String, preview: Boolean): SocialMediaBar socialMediaBarCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SocialMediaBarCollection sortMenuItem(id: String!, locale: String, preview: Boolean): SortMenuItem sortMenuItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SortMenuItemCollection sortParameter(id: String!, locale: String, preview: Boolean): SortParameter sortParameterCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SortParameterCollection sos(id: String!, locale: String, preview: Boolean): Sos sosCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SosCollection sourceInformation(id: String!, locale: String, preview: Boolean): SourceInformation sourceInformationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SourceInformationCollection specialVehicle(id: String!, locale: String, preview: Boolean): SpecialVehicle specialVehicleCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SpecialVehicleCollection staticContentGrid(id: String!, locale: String, preview: Boolean): StaticContentGrid staticContentGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): StaticContentGridCollection staticContentPage(id: String!, locale: String, preview: Boolean): StaticContentPage staticContentPageCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): StaticContentPageCollection station(id: String!, locale: String, preview: Boolean): Station stationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): StationCollection status(id: String!, locale: String, preview: Boolean): Status statusCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): StatusCollection story(id: String!, locale: String, preview: Boolean): Story storyCategory(id: String!, locale: String, preview: Boolean): StoryCategory storyCategoryCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): StoryCategoryCollection storyCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): StoryCollection storyVariant(id: String!, locale: String, preview: Boolean): StoryVariant storyVariantCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): StoryVariantCollection survey(id: String!, locale: String, preview: Boolean): Survey surveyCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): SurveyCollection taxClass(id: String!, locale: String, preview: Boolean): TaxClass taxClassCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TaxClassCollection ticket(id: String!, locale: String, preview: Boolean): Ticket ticketAcquisitionInformation(id: String!, locale: String, preview: Boolean): TicketAcquisitionInformation ticketAcquisitionInformationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TicketAcquisitionInformationCollection ticketCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TicketCollection ticketInformation(id: String!, locale: String, preview: Boolean): TicketInformation ticketInformationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TicketInformationCollection ticketLink(id: String!, locale: String, preview: Boolean): TicketLink ticketLinkCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TicketLinkCollection ticketOption(id: String!, locale: String, preview: Boolean): TicketOption ticketOptionCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TicketOptionCollection ticketType(id: String!, locale: String, preview: Boolean): TicketType ticketTypeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TicketTypeCollection tour(id: String!, locale: String, preview: Boolean): Tour tourCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TourCollection tourDetail(id: String!, locale: String, preview: Boolean): TourDetail tourDetailCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TourDetailCollection tourDetailItem(id: String!, locale: String, preview: Boolean): TourDetailItem tourDetailItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TourDetailItemCollection tourGrid(id: String!, locale: String, preview: Boolean): TourGrid tourGridCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TourGridCollection translationString(id: String!, locale: String, preview: Boolean): TranslationString translationStringCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TranslationStringCollection transportation(id: String!, locale: String, preview: Boolean): Transportation transportationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): TransportationCollection uiMenu(id: String!, locale: String, preview: Boolean): UiMenu uiMenuCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): UiMenuCollection uiMenuItem(id: String!, locale: String, preview: Boolean): UiMenuItem uiMenuItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): UiMenuItemCollection uiTab(id: String!, locale: String, preview: Boolean): UiTab uiTabCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): UiTabCollection userTokenRedemption(id: String!, locale: String, preview: Boolean): UserTokenRedemption userTokenRedemptionCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): UserTokenRedemptionCollection valueRange(id: String!, locale: String, preview: Boolean): ValueRange valueRangeCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): ValueRangeCollection versioningInfo(id: String!, locale: String, preview: Boolean): VersioningInfo versioningInfoCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): VersioningInfoCollection voucher(id: String!, locale: String, preview: Boolean): Voucher voucherCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): VoucherCollection weather(id: String!, locale: String, preview: Boolean): Weather weatherCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): WeatherCollection weatherDay(id: String!, locale: String, preview: Boolean): WeatherDay weatherDayCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): WeatherDayCollection weatherGroup(id: String!, locale: String, preview: Boolean): WeatherGroup weatherGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): WeatherGroupCollection weatherInformation(id: String!, locale: String, preview: Boolean): WeatherInformation weatherInformationCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): WeatherInformationCollection weatherItem(id: String!, locale: String, preview: Boolean): WeatherItem weatherItemCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): WeatherItemCollection webcam(id: String!, locale: String, preview: Boolean): Webcam webcamCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): WebcamCollection webcamGroup(id: String!, locale: String, preview: Boolean): WebcamGroup webcamGroupCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): WebcamGroupCollection youtubeVideo(id: String!, locale: String, preview: Boolean): YoutubeVideo youtubeVideoCollection(limit: Int, locale: String, order: JSON, preview: Boolean, skip: Int, where: JSON): YoutubeVideoCollection } type QuickBookingWidget implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): quickBookingWidgetCSegments frontendTitle(locale: String): String link(locale: String): String productCategory(locale: String): String style(locale: String): String sys: Sys title(locale: String): String } type QuickBookingWidgetCollection { items: [QuickBookingWidget] limit: Int skip: Int total: Int } type Quote implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): quoteCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): quoteContentCategories endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): quoteFilterTags mediaAsset(locale: String): MediaAsset quoteText(locale: String): String regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): quoteRegions socialMediaLink(locale: String): Link source(locale: String): String sourceDetails(locale: String): String startAdvertisingDate(locale: String): JSON style(locale: String): String sys: Sys title(locale: String): String websiteLink(locale: String): QuoteWebsiteLink } type QuoteCollection { items: [Quote] limit: Int skip: Int total: Int } type QuoteGroup implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): quoteGroupCSegments quotesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): quoteGroupQuotes style(locale: String): String sys: Sys title(locale: String): String } type QuoteGroupCollection { items: [QuoteGroup] limit: Int skip: Int total: Int } type Redirect implements Entry { channels(locale: String): [JSON] httpStatusCode(locale: String): String languageSpecification(locale: String): String redirectTarget(locale: String): RedirectRedirectTarget redirectTo(locale: String): String shortenedPath(locale: String): [JSON] sys: Sys title(locale: String): String } type RedirectCollection { items: [Redirect] limit: Int skip: Int total: Int } type Reduction implements Entry { sys: Sys title(locale: String): String } type ReductionCollection { items: [Reduction] limit: Int skip: Int total: Int } type Region implements Entry { aggregatedRegionData(locale: String): JSON frontendTitle(locale: String): String image(locale: String): Asset liftsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): regionLifts location(locale: String): Location mainRegion(locale: String): JSON physicalAddress(locale: String): Address regionId(locale: String): String skilineResortId(locale: String): JSON skillineRegionIds(locale: String): [JSON] skipassRegionId(locale: String): String slopeMap(locale: String): SlopeMap slopesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): regionSlopes statusColor(locale: String): String statusInfo(locale: String): String subRegionCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): regionSubRegion sys: Sys title(locale: String): String transportationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): regionTransportations weather(locale: String): Weather webcamsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): regionWebcams } type RegionCollection { items: [Region] limit: Int skip: Int total: Int } type RegionGroup implements Entry { regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): regionGroupRegions seoSlug(locale: String): String sys: Sys title(locale: String): String } type RegionGroupCollection { items: [RegionGroup] limit: Int skip: Int total: Int } type RouteInfoGroup implements Entry { frontendTitle(locale: String): String routeInfoItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routeInfoGroupRouteInfoItems sys: Sys title(locale: String): String } type RouteInfoGroupCollection { items: [RouteInfoGroup] limit: Int skip: Int total: Int } type RouteInfoItem implements Entry { routeInfoType(locale: String): RouteInfoType sys: Sys title(locale: String): String value(locale: String): String } type RouteInfoItemCollection { items: [RouteInfoItem] limit: Int skip: Int total: Int } type RouteInfoType implements Entry { icon(locale: String): Asset renderingFormat(locale: String): [JSON] sys: Sys title(locale: String): String } type RouteInfoTypeCollection { items: [RouteInfoType] limit: Int skip: Int total: Int } type Routes implements Entry { fromStationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routesFromStations sys: Sys title(locale: String): String toStationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routesToStations viaStationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routesViaStations } type RoutesCollection { items: [Routes] limit: Int skip: Int total: Int } type Routing implements Entry { fromStationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routingFromStations mapId(locale: String): String meansOfTransportation(locale: String): [JSON] publicTransportMeans(locale: String): [JSON] routesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routingRoutes seoSlug(locale: String): String shopUrl(locale: String): String specialVehiclesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routingSpecialVehicles sys: Sys title(locale: String): String toStationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): routingToStations } type RoutingCollection { items: [Routing] limit: Int skip: Int total: Int } type ServiceProvider implements Entry { accessibilityCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderAccessibility accountNumber(locale: String): String averageDurationOfStayInMinutes(locale: String): JSON businessHoursCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderBusinessHours buttonLink(locale: String): String buttonTitle(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderCSegments canonical(locale: String): String channels(locale: String): [JSON] contactInfosCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderContactInfos customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderCustomerSegments deepLink(locale: String): String excludeFrom(locale: String): [JSON] faqGroup(locale: String): GenericGroup filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderFilterTags fromPrice(locale: String): JSON heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderHeroAssets imageGalleryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderImageGallery importantInformation(locale: String): ServiceProviderImportantInformation infoGroupsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderInfoGroups inlineOfferMenuCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection link(locale: String): Link location(locale: String): Location logo(locale: String): MediaAsset longDescription(locale: String): ServiceProviderLongDescription metaDescription(locale: String): String metaTitle(locale: String): String noIndex(locale: String): JSON offerMenu(locale: String): OfferMenu popularRoutesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderPopularRoutes priceListsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderPriceLists product(locale: String): Product productCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderProductCategories productTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderProductTags regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderRegions schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String serviceProviderExtension(locale: String): ServiceProviderServiceProviderExtension shortDescription(locale: String): String sourceInformation(locale: String): SourceInformation storyCategoryCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderStoryCategory subTitle(locale: String): String sys: Sys ticket(locale: String): Ticket title(locale: String): String topServiceProvider(locale: String): JSON } type ServiceProviderCollection { items: [ServiceProvider] limit: Int skip: Int total: Int } type ServiceProviderExtension implements Entry { activeAdventuresCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionActiveAdventures blackSlopesInKm(locale: String): JSON blueSlopesInKm(locale: String): JSON frontendTitle(locale: String): String openLifts(locale: String): JSON openSlopesInKm(locale: String): JSON panoramaMapCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionPanoramaMap photoPoint(locale: String): JSON photoTrap(locale: String): JSON photoprint(locale: String): JSON redSlopesInKm(locale: String): JSON skilineAttractionOthers(locale: String): JSON skilineResortId(locale: String): String skimovie(locale: String): JSON speedcheck(locale: String): JSON sys: Sys title(locale: String): String totalLifts(locale: String): JSON totalSlopesInKm(locale: String): JSON weatherCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionWeather webcamsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionWebcams } type ServiceProviderExtensionAccommodation implements Entry { accessibility(locale: String): JSON accommodationBadgesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionAccommodationAccommodationBadges accommodationCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionAccommodationAccommodationCategories accommodationInfoItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionAccommodationAccommodationInfoItems accommodationReviews(locale: String): AccommodationReviews accommodationTagList(locale: String): String conditionsAndInformation(locale: String): ServiceProviderExtensionAccommodationConditionsAndInformation configStoreId(locale: String): String externalId(locale: String): String externalMedia(locale: String): JSON furtherClassificationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionAccommodationFurtherClassifications informationAndConditions(locale: String): String mealOptionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionAccommodationMealOptions onlineBookable(locale: String): JSON roomsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionAccommodationRooms specialDeal(locale: String): JSON stars(locale: String): String sys: Sys title(locale: String): String } type ServiceProviderExtensionAccommodationCollection { items: [ServiceProviderExtensionAccommodation] limit: Int skip: Int total: Int } type ServiceProviderExtensionAccommodationConditionsAndInformation { json: JSON links: GenericLinks } type ServiceProviderExtensionCollection { items: [ServiceProviderExtension] limit: Int skip: Int total: Int } type ServiceProviderExtensionSkiResort implements Entry { activeAdventuresCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionSkiResortActiveAdventures blackSlopesInKm(locale: String): JSON blueSlopesInKm(locale: String): JSON customerInsightsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionSkiResortCustomerInsights frontendTitle(locale: String): String openLifts(locale: String): JSON openSlopesInKm(locale: String): JSON panoramaMapCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionSkiResortPanoramaMap photoPoint(locale: String): JSON photoTrap(locale: String): JSON photoprint(locale: String): JSON redSlopesInKm(locale: String): JSON skilineAttractionOthers(locale: String): JSON skilineResortId(locale: String): String skimovie(locale: String): JSON snowHeightMountain(locale: String): JSON snowHeightValley(locale: String): JSON snowType(locale: String): String snowTypeLastUpdate(locale: String): JSON speedcheck(locale: String): JSON sys: Sys title(locale: String): String totalLifts(locale: String): JSON totalSlopesInKm(locale: String): JSON weatherCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionSkiResortWeather webcamsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): serviceProviderExtensionSkiResortWebcams } type ServiceProviderExtensionSkiResortCollection { items: [ServiceProviderExtensionSkiResort] limit: Int skip: Int total: Int } type ServiceProviderHighlight implements Entry { description(locale: String): String icon(locale: String): Asset sys: Sys title(locale: String): String } type ServiceProviderHighlightCollection { items: [ServiceProviderHighlight] limit: Int skip: Int total: Int } type ServiceProviderImportantInformation { json: JSON links: GenericLinks } type ServiceProviderInfo implements Entry { description(locale: String): String frontendTitle(locale: String): String icon(locale: String): Asset sys: Sys title(locale: String): String } type ServiceProviderInfoCollection { items: [ServiceProviderInfo] limit: Int skip: Int total: Int } type ServiceProviderLongDescription { json: JSON links: GenericLinks } type ShopMenuGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): shopMenuGridCSegments frontendTitle(locale: String): String shopMenuItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): shopMenuGridShopMenuItems style(locale: String): String sys: Sys title(locale: String): String } type ShopMenuGridCollection { items: [ShopMenuGrid] limit: Int skip: Int total: Int } type SkiResortGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): skiResortGridCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): skiResortGridContentCategories dynamicContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): skiResortGridDynamicContent filterEngine(locale: String): String filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): skiResortGridFilterTags frontendTitle(locale: String): String layout(locale: String): String mapDeepLink(locale: String): String maximumNumberOfItems(locale: String): JSON minimumNumberOfItems(locale: String): JSON numberOfRows(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): skiResortGridRegions sortEngine(locale: String): String sys: Sys title(locale: String): String } type SkiResortGridCollection { items: [SkiResortGrid] limit: Int skip: Int total: Int } type Slide implements Entry { actionText(locale: String): String contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): slideContentCategories description(locale: String): String endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): slideFilterTags imageText(locale: String): String imageTitle(locale: String): String link(locale: String): SlideLink media(locale: String): MediaAsset regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): slideRegions startAdvertisingDate(locale: String): JSON sys: Sys title(locale: String): String } type SlideCollection { items: [Slide] limit: Int skip: Int total: Int } type Slider implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): sliderCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): sliderContentCategories endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): sliderFilterTags regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): sliderRegions slidesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): sliderSlides startAdvertisingDate(locale: String): JSON style(locale: String): String sys: Sys title(locale: String): String } type SliderCollection { items: [Slider] limit: Int skip: Int total: Int } type Slope implements Entry { externalId(locale: String): String length(locale: String): JSON location(locale: String): Location region(locale: String): Region slopeCategory(locale: String): Category slopeNumber(locale: String): String slopeStatus(locale: String): Status sys: Sys title(locale: String): String } type SlopeCollection { items: [Slope] limit: Int skip: Int total: Int } type SlopeMap implements Entry { frontendTitle(locale: String): String sys: Sys title(locale: String): String url(locale: String): String } type SlopeMapCollection { items: [SlopeMap] limit: Int skip: Int total: Int } type SnowCondition implements Entry { altitude(locale: String): JSON avalancheRisk(locale: String): AvalancheRisk externalId(locale: String): String freshSnow(locale: String): JSON frontendTitle(locale: String): String lastSnowfall(locale: String): JSON lastUpdate(locale: String): JSON region(locale: String): Region slopeCondition(locale: String): String snowCondition(locale: String): String snowHeight(locale: String): JSON sys: Sys title(locale: String): String } type SnowConditionCollection { items: [SnowCondition] limit: Int skip: Int total: Int } type SnowConditionGroup implements Entry { avalancheRisk(locale: String): AvalancheRisk background(locale: String): JSON frontendTitle(locale: String): String layoutType(locale: String): String link(locale: String): String showAvalancheRisk(locale: String): JSON showAvalancheRiskStartingFrom(locale: String): JSON snowConditionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): snowConditionGroupSnowConditions sys: Sys title(locale: String): String } type SnowConditionGroupCollection { items: [SnowConditionGroup] limit: Int skip: Int total: Int } type SocialMediaBar implements Entry { description(locale: String): String socialMediaLinksCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): socialMediaBarSocialMediaLinks sys: Sys title(locale: String): String } type SocialMediaBarCollection { items: [SocialMediaBar] limit: Int skip: Int total: Int } type SortMenuItem implements Entry { sortParametersCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): sortMenuItemSortParameters sys: Sys title(locale: String): String } type SortMenuItemCollection { items: [SortMenuItem] limit: Int skip: Int total: Int } type SortParameter implements Entry { sys: Sys title(locale: String): String value(locale: String): String } type SortParameterCollection { items: [SortParameter] limit: Int skip: Int total: Int } type Sos implements Entry { frontEndTitle(locale: String): String sosDefaultPhoneNumber(locale: String): String sosDisclaimerText(locale: String): String sosEmail(locale: String): String sosGeoFence(locale: String): JSON sosInfoText(locale: String): String sosPhoneNumber(locale: String): String sosSmsNumber(locale: String): String sys: Sys title(locale: String): String } type SosCollection { items: [Sos] limit: Int skip: Int total: Int } type SourceInformation implements Entry { sourceAuthor(locale: String): String sourceLink(locale: String): String sourceLogo(locale: String): MediaAsset sourceTitle(locale: String): String sys: Sys } type SourceInformationCollection { items: [SourceInformation] limit: Int skip: Int total: Int } type SpecialVehicle implements Entry { daytripId(locale: String): String iconDesktop(locale: String): Asset iconMobile(locale: String): Asset shopUrl(locale: String): String specialTrain(locale: String): String specialTrainIdentifier(locale: String): String sys: Sys } type SpecialVehicleCollection { items: [SpecialVehicle] limit: Int skip: Int total: Int } type StaticContentGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentGridCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentGridContentCategories contentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentGridFilterTags frontendTitle(locale: String): String layout(locale: String): String numberOfRows(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentGridRegions seoSlug(locale: String): String showSeeAllLink(locale: String): JSON sortEngine(locale: String): String startAdvertisingDate(locale: String): JSON sys: Sys title(locale: String): String } type StaticContentGridCollection { items: [StaticContentGrid] limit: Int skip: Int total: Int } type StaticContentPage implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentPageCSegments canonical(locale: String): String channels(locale: String): [JSON] content(locale: String): StaticContentPageContent contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentPageContentCategories coverImagesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentPageCoverImages endAdvertisingDate(locale: String): JSON excerpt(locale: String): String excludeFrom(locale: String): [JSON] filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentPageFilterTags heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection ignoreApplicationFilter(locale: String): JSON keywords(locale: String): String metaDescription(locale: String): String metaTitle(locale: String): String noIndex(locale: String): JSON pageDefaultFilter(locale: String): FilterMenu pageFilter(locale: String): FilterMenu previewImage(locale: String): MediaAsset previewImagesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentPagePreviewImages regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): staticContentPageRegions schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String startAdvertisingDate(locale: String): JSON subTitle(locale: String): String sys: Sys title(locale: String): String } type StaticContentPageCollection { items: [StaticContentPage] limit: Int skip: Int total: Int } type StaticContentPageContent { json: JSON links: GenericLinks } type Station implements Entry { availableTransportationServices(locale: String): [JSON] latitude(locale: String): JSON longitude(locale: String): JSON stationId(locale: String): String stationName(locale: String): String sys: Sys title(locale: String): String } type StationCollection { items: [Station] limit: Int skip: Int total: Int } type Status implements Entry { icon(locale: String): Asset iconUrl(locale: String): String status(locale: String): String sys: Sys title(locale: String): String type(locale: String): String } type StatusCollection { items: [Status] limit: Int skip: Int total: Int } type Story implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyCSegments canonical(locale: String): String channels(locale: String): [JSON] content(locale: String): StoryContent coverImagesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyCoverImages customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyCustomerSegments endEventDate(locale: String): JSON excerpt(locale: String): String excludedFrom(locale: String): [JSON] filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyFilterTags heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyHeroAssets hiddenIn(locale: String): [JSON] ignoreApplicationFilter(locale: String): JSON keywords(locale: String): String location(locale: String): Location metaDescription(locale: String): String metaTitle(locale: String): String noIndex(locale: String): JSON pageDefaultFilter(locale: String): FilterMenu pageFilter(locale: String): FilterMenu previewImage(locale: String): MediaAsset regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyRegions schemaOrgAnnotation(locale: String): JSON segments(locale: String): String seoSlug(locale: String): String startAdvertisingDate(locale: String): JSON startEventDate(locale: String): JSON statisticsViewer(locale: String): String storyCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyStoryCategories subTitle(locale: String): String sys: Sys tenant(locale: String): String title(locale: String): String variantsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyVariants } type StoryCategory implements Entry { image(locale: String): MediaAsset mainCategory(locale: String): JSON schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String subCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyCategorySubCategories sys: Sys title(locale: String): String } type StoryCategoryCollection { items: [StoryCategory] limit: Int skip: Int total: Int } type StoryCollection { items: [Story] limit: Int skip: Int total: Int } type StoryContent { json: JSON links: GenericLinks } type StoryVariant implements Entry { content(locale: String): StoryVariantContent coverImagesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyVariantCoverImages customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyVariantCustomerSegments excerpt(locale: String): String heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyVariantHeroAssets highlight(locale: String): JSON locationsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyVariantLocations percentage(locale: String): JSON percentageAuto(locale: String): JSON schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String storyCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): storyVariantStoryCategories subTitle(locale: String): String sys: Sys tenant(locale: String): String title(locale: String): String } type StoryVariantCollection { items: [StoryVariant] limit: Int skip: Int total: Int } type StoryVariantContent { json: JSON links: GenericLinks } type Survey implements Entry { buttonText(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): surveyCSegments description(locale: String): String multipleChoiceAnswer1(locale: String): String multipleChoiceAnswer2(locale: String): String multipleChoiceAnswer3(locale: String): String multipleChoiceAnswer4(locale: String): String multipleChoiceAnswer5(locale: String): String multipleChoiceAnswer6(locale: String): String openAnswer(locale: String): JSON question(locale: String): String surveyType(locale: String): String sys: Sys title(locale: String): String } type SurveyCollection { items: [Survey] limit: Int skip: Int total: Int } type Sys { environmentId: String id: String publishedAt: String spaceId: String } type TaxClass implements Entry { sys: Sys title(locale: String): String } type TaxClassCollection { items: [TaxClass] limit: Int skip: Int total: Int } type Ticket implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketCSegments configurationQueryString(locale: String): String deepLink(locale: String): String helpTextItemCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketHelpTextItem product(locale: String): Product productImagesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketProductImages showProductInfoLink(locale: String): JSON sys: Sys ticketAcquisitionInformationCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketTicketAcquisitionInformation ticketOptionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketTicketOptions ticketTranslationOverwrites(locale: String): JSON ticketType(locale: String): String title(locale: String): String } type TicketAcquisitionInformation implements Entry { acquisitionType(locale: String): String iconOverwrite(locale: String): Asset imageOverwrite(locale: String): Asset imagesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketAcquisitionInformationImages informationText(locale: String): TicketAcquisitionInformationInformationText page(locale: String): StaticContentPage shortInformationText(locale: String): String sys: Sys title(locale: String): String } type TicketAcquisitionInformationCollection { items: [TicketAcquisitionInformation] limit: Int skip: Int total: Int } type TicketAcquisitionInformationInformationText { json: JSON links: GenericLinks } type TicketCollection { items: [Ticket] limit: Int skip: Int total: Int } type TicketInformation implements Entry { channels(locale: String): [JSON] eCommerceRegionKey(locale: String): String region(locale: String): Region regionInfoPage(locale: String): StaticContentPage sys: Sys ticketAcquisitionInformationCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketInformationTicketAcquisitionInformation ticketType(locale: String): String title(locale: String): String } type TicketInformationCollection { items: [TicketInformation] limit: Int skip: Int total: Int } type TicketLink implements Entry { buttonTitle(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): ticketLinkCSegments deepLink(locale: String): String subTitle(locale: String): String sys: Sys ticket(locale: String): Ticket title(locale: String): String } type TicketLinkCollection { items: [TicketLink] limit: Int skip: Int total: Int } type TicketOption implements Entry { price(locale: String): JSON reduction(locale: String): Reduction sys: Sys ticketType(locale: String): TicketType title(locale: String): String } type TicketOptionCollection { items: [TicketOption] limit: Int skip: Int total: Int } type TicketType implements Entry { sys: Sys title(locale: String): String } type TicketTypeCollection { items: [TicketType] limit: Int skip: Int total: Int } type Tour implements Entry { accessibilityStartLocationCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourAccessibilityStartLocation bestMonths(locale: String): JSON bestTime(locale: String): BestTime buttonLink(locale: String): String buttonTitle(locale: String): String cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourCSegments canonical(locale: String): String channels(locale: String): [JSON] customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourCustomerSegments directions(locale: String): TourDirections equipmentInfo(locale: String): TourEquipmentInfo excludeFrom(locale: String): [JSON] externalId(locale: String): String filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourFilterTags geometry(locale: String): JSON heroAssetsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourHeroAssets infoDifficulty(locale: String): String infoExperience(locale: String): String infoHighestPoint(locale: String): String infoLandscape(locale: String): String infoLowestPoint(locale: String): String infoStamina(locale: String): String infoTechnique(locale: String): String link(locale: String): Link longDescription(locale: String): TourLongDescription noIndex(locale: String): JSON offerMenu(locale: String): OfferMenu parkingInfo(locale: String): TourParkingInfo popularRoutesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourPopularRoutes product(locale: String): Product productCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourProductCategories regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourRegions routeInfoGroup(locale: String): RouteInfoGroup schemaOrgAnnotation(locale: String): JSON seoSlug(locale: String): String shortDescription(locale: String): String sourceInformation(locale: String): SourceInformation startLocation(locale: String): Location status(locale: String): Status storyCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourStoryCategories sys: Sys tags(locale: String): [JSON] ticket(locale: String): Ticket title(locale: String): String topTour(locale: String): JSON tourDetailsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourTourDetails } type TourCollection { items: [Tour] limit: Int skip: Int total: Int } type TourDetail implements Entry { content(locale: String): TourDetailContent frontendTitle(locale: String): String sys: Sys title(locale: String): String } type TourDetailCollection { items: [TourDetail] limit: Int skip: Int total: Int } type TourDetailContent { json: JSON links: GenericLinks } type TourDetailItem implements Entry { content(locale: String): TourDetailItemContent frontendTitle(locale: String): String sys: Sys title(locale: String): String } type TourDetailItemCollection { items: [TourDetailItem] limit: Int skip: Int total: Int } type TourDetailItemContent { json: JSON links: GenericLinks } type TourDirections { json: JSON links: GenericLinks } type TourEquipmentInfo { json: JSON links: GenericLinks } type TourGrid implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourGridCSegments dynamicContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourGridDynamicContent endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourGridFilterTags frontendTitle(locale: String): String layout(locale: String): String maximumNumberOfItems(locale: String): JSON maximumNumberOfRows(locale: String): JSON minimumNumberOfItems(locale: String): JSON regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourGridRegions seoSlug(locale: String): String showAdditionalContent(locale: String): [JSON] startAdvertisingDate(locale: String): JSON staticContentCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourGridStaticContent storyCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): tourGridStoryCategories style(locale: String): String sys: Sys title(locale: String): String topToursOnly(locale: String): JSON } type TourGridCollection { items: [TourGrid] limit: Int skip: Int total: Int } type TourLongDescription { json: JSON links: GenericLinks } type TourParkingInfo { json: JSON links: GenericLinks } type TranslationString implements Entry { key(locale: String): String sys: Sys value(locale: String): String } type TranslationStringCollection { items: [TranslationString] limit: Int skip: Int total: Int } type Transportation implements Entry { externalId(locale: String): String fromLocation(locale: String): Location fromStation(locale: String): String icon(locale: String): Asset infoText(locale: String): String region(locale: String): Region segmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): transportationSegments serviceProvider(locale: String): ServiceProvider sys: Sys title(locale: String): String toLocation(locale: String): Location toStation(locale: String): String transportationCategory(locale: String): Category transportationStatus(locale: String): Status } type TransportationCollection { items: [Transportation] limit: Int skip: Int total: Int } type UiMenu implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): uiMenuCSegments customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): uiMenuCustomerSegments icon(locale: String): Asset menuItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): entryCollection menuType(locale: String): String sys: Sys title(locale: String): String validFromDate(locale: String): JSON validToDate(locale: String): JSON } type UiMenuCollection { items: [UiMenu] limit: Int skip: Int total: Int } type UiMenuItem implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): uiMenuItemCSegments content(locale: String): UiMenuItemContent customerSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): uiMenuItemCustomerSegments icon(locale: String): Asset image(locale: String): MediaAsset openInNewWindow(locale: String): JSON sys: Sys title(locale: String): String url(locale: String): String validFromDate(locale: String): JSON validToDate(locale: String): JSON } type UiMenuItemCollection { items: [UiMenuItem] limit: Int skip: Int total: Int } type UiTab implements Entry { content(locale: String): UiTabContent iconActive(locale: String): Asset iconInactive(locale: String): Asset sys: Sys title(locale: String): String } type UiTabCollection { items: [UiTab] limit: Int skip: Int total: Int } type UiTabContent { json: JSON links: GenericLinks } type UserTokenRedemption implements Entry { labelRedemptionButton(locale: String): String labelScanButton(locale: String): String labelTokenCode(locale: String): String sys: Sys termsAndConditions(locale: String): UserTokenRedemptionTermsAndConditions termsAndConditionsText(locale: String): String title(locale: String): String toastMessage(locale: String): String tokenRedemptionSuccessPage(locale: String): UserTokenRedemptionTokenRedemptionSuccessPage tokenType(locale: String): String warningForAnonymousUsers(locale: String): String warningTitleForAnonymousUser(locale: String): String } type UserTokenRedemptionCollection { items: [UserTokenRedemption] limit: Int skip: Int total: Int } type UserTokenRedemptionTermsAndConditions { json: JSON links: GenericLinks } type ValueRange implements Entry { fromValue(locale: String): String sys: Sys title(locale: String): String toValue(locale: String): String } type ValueRangeCollection { items: [ValueRange] limit: Int skip: Int total: Int } type VersioningInfo implements Entry { contentfulModelVersion(locale: String): String jamesMwVersion(locale: String): String platformType(locale: String): String platformVersion(locale: String): String status(locale: String): String sys: Sys title(locale: String): String } type VersioningInfoCollection { items: [VersioningInfo] limit: Int skip: Int total: Int } type Voucher implements Entry { generalInfo(locale: String): String sys: Sys title(locale: String): String } type VoucherCollection { items: [Voucher] limit: Int skip: Int total: Int } type Weather implements Entry { filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): weatherFilterTags location(locale: String): Location regionName(locale: String): String regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): weatherRegions sys: Sys title(locale: String): String weatherDaysCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): weatherWeatherDays weatherUrl(locale: String): String } type WeatherCollection { items: [Weather] limit: Int skip: Int total: Int } type WeatherDay implements Entry { forecastDate(locale: String): JSON freshSnow(locale: String): JSON maximumTemperature(locale: String): JSON minimumTemperature(locale: String): JSON precipitationProbability(locale: String): JSON snowHeightMountain(locale: String): JSON snowHeightValley(locale: String): JSON snowfallLine(locale: String): JSON sunHours(locale: String): JSON sys: Sys thunderstormProbability(locale: String): JSON title(locale: String): String weatherItemsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): weatherDayWeatherItems } type WeatherDayCollection { items: [WeatherDay] limit: Int skip: Int total: Int } type WeatherGroup implements Entry { coverImage(locale: String): Asset frontendTitle(locale: String): String seoSlug(locale: String): String style(locale: String): String sys: Sys title(locale: String): String weathersCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): weatherGroupWeathers } type WeatherGroupCollection { items: [WeatherGroup] limit: Int skip: Int total: Int } type WeatherInformation implements Entry { externalId(locale: String): String icon(locale: String): Asset iconUrl(locale: String): String sys: Sys title(locale: String): String } type WeatherInformationCollection { items: [WeatherInformation] limit: Int skip: Int total: Int } type WeatherItem implements Entry { forecastTime(locale: String): JSON humidity(locale: String): JSON precipitation(locale: String): JSON snowHeight(locale: String): JSON sys: Sys temperature(locale: String): JSON title(locale: String): String weatherInformation(locale: String): WeatherInformation windSpeed(locale: String): JSON } type WeatherItemCollection { items: [WeatherItem] limit: Int skip: Int total: Int } type Webcam implements Entry { VideoUrl(locale: String): String altitude(locale: String): JSON description(locale: String): String frontendTitle(locale: String): String fullSizeUrL(locale: String): String location(locale: String): Location previewUrL(locale: String): String seoSlug(locale: String): String sys: Sys timestamp(locale: String): String title(locale: String): String webcamType(locale: String): String } type WebcamCollection { items: [Webcam] limit: Int skip: Int total: Int } type WebcamGroup implements Entry { frontendTitle(locale: String): String seoSlug(locale: String): String sys: Sys title(locale: String): String webcamsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): webcamGroupWebcams } type WebcamGroupCollection { items: [WebcamGroup] limit: Int skip: Int total: Int } type YoutubeVideo implements Entry { cSegmentsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): youtubeVideoCSegments contentCategoriesCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): youtubeVideoContentCategories endAdvertisingDate(locale: String): JSON filterTagsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): youtubeVideoFilterTags regionsCollection(limit: Int, locale: String, preview: Boolean, skip: Int, where: JSON): youtubeVideoRegions startAdvertisingDate(locale: String): JSON sys: Sys title(locale: String): String url(locale: String): String } type YoutubeVideoCollection { items: [YoutubeVideo] limit: Int skip: Int total: Int } type accommodationInfoGroupAccommodationInfoItems { items: [AccommodationInfoItem] limit: Int skip: Int total: Int } type accordionAccordionItems { items: [AccordionItem] limit: Int skip: Int total: Int } type accordionCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type accordionContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type accordionFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type accordionRegions { items: [Region] limit: Int skip: Int total: Int } type adventureGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type adventureGridContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type adventureGridDynamicContent { items: [ProductCategory] limit: Int skip: Int total: Int } type adventureGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type adventureGridRegions { items: [Region] limit: Int skip: Int total: Int } type bannerCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type bannerFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type bannerGroupBanners { items: [Banner] limit: Int skip: Int total: Int } type bannerGroupCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type bannerRegion { items: [Region] limit: Int skip: Int total: Int } type bannerStoryCategory { items: [StoryCategory] limit: Int skip: Int total: Int } type businessHoursBusinessHoursTimes { items: [BusinessHoursTime] limit: Int skip: Int total: Int } type callToActionButtonCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type categoryGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type categoryGridCategoryItems { items: [StoryCategory] limit: Int skip: Int total: Int } type categoryGridContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type categoryGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type categoryGridRegion { items: [Region] limit: Int skip: Int total: Int } type configAdminAccommodationGroups { items: [AccommodationInfoGroup] limit: Int skip: Int total: Int } type configAdminHeroAssets { items: [MediaAsset] limit: Int skip: Int total: Int } type configAdminLogos { items: [MediaAsset] limit: Int skip: Int total: Int } type contactInfoContactAddresses { items: [Address] limit: Int skip: Int total: Int } type contactInfoGroupContactInfos { items: [ContactInfo] limit: Int skip: Int total: Int } type contentTableCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type customWidgetCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type customerInsightCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type discountPointOfInterest { items: [PointOfInterest] limit: Int skip: Int total: Int } type dynamicContentGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type dynamicContentGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type dynamicContentGridRegions { items: [Region] limit: Int skip: Int total: Int } type dynamicContentGridStoryCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type eWalletTicketAcquisitionInformation { items: [TicketAcquisitionInformation] limit: Int skip: Int total: Int } type entryCollection { items: [Entry] limit: Int skip: Int total: Int } type eventGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type eventGridContent { items: [ProductCategory] limit: Int skip: Int total: Int } type eventGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type eventGridRegion { items: [Region] limit: Int skip: Int total: Int } type eventGridStaticContent { items: [Product] limit: Int skip: Int total: Int } type eventGridStoryCategory { items: [StoryCategory] limit: Int skip: Int total: Int } type explainerGroupExplainers { items: [Explainer] limit: Int skip: Int total: Int } type explainerGroupUserTargetedContentSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type explainerUserTargetedContentSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type extendedWalletContactInformation { items: [ContactInfo] limit: Int skip: Int total: Int } type filterMenuFilterMenuItems { items: [FilterMenuItem] limit: Int skip: Int total: Int } type filterMenuItemFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type filterMenuItemValueRanges { items: [ValueRange] limit: Int skip: Int total: Int } type filterTagSubTags { items: [FilterTag] limit: Int skip: Int total: Int } type formBuilderAdditionalFormFields { items: [GenericFormItem] limit: Int skip: Int total: Int } type formBuilderCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type galleryAssets { items: [Asset] limit: Int skip: Int total: Int } type galleryCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type galleryContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type galleryFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type galleryMediaAssets { items: [MediaAsset] limit: Int skip: Int total: Int } type galleryRegions { items: [Region] limit: Int skip: Int total: Int } type interestCardPlusFiftyPoints { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type interestCardPlusTenPoints { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type interestCardPlusTwentyFivePoints { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type liveInfoBarItemReferences { items: [Region] limit: Int skip: Int total: Int } type liveInfoBarLiveInfoBarItems { items: [LiveInfoBarItem] limit: Int skip: Int total: Int } type logoBarLink { items: [Link] limit: Int skip: Int total: Int } type logoBarLogos { items: [MediaAsset] limit: Int skip: Int total: Int } type mapCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type mapFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type mapGroupCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type mapGroupFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type mapGroupMaps { items: [Map] limit: Int skip: Int total: Int } type mapGroupRegions { items: [Region] limit: Int skip: Int total: Int } type mapMapProviders { items: [MapProvider] limit: Int skip: Int total: Int } type mapMenuItemReferences { items: [ProductCategory] limit: Int skip: Int total: Int } type mapMenuMapMenuItems { items: [MapMenuItem] limit: Int skip: Int total: Int } type mapPopularRoutes { items: [PopularRoute] limit: Int skip: Int total: Int } type mapProductCategories { items: [ProductCategory] limit: Int skip: Int total: Int } type mapRegions { items: [Region] limit: Int skip: Int total: Int } type mediaAssetCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type mediaAssetContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type mediaAssetFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type mediaAssetRegions { items: [Region] limit: Int skip: Int total: Int } type myMomentsActivityRegions { items: [Region] limit: Int skip: Int total: Int } type myMomentsAdventureActivities { items: [MyMomentsActivity] limit: Int skip: Int total: Int } type myMomentsAdventureAwards { items: [MyMomentsAward] limit: Int skip: Int total: Int } type myMomentsAdventureBadges { items: [MyMomentsBadge] limit: Int skip: Int total: Int } type myMomentsAdventureProductCategories { items: [ProductCategory] limit: Int skip: Int total: Int } type myMomentsAdventureRegion { items: [Region] limit: Int skip: Int total: Int } type myMomentsAwardRegions { items: [Region] limit: Int skip: Int total: Int } type myMomentsBadgeRegions { items: [Region] limit: Int skip: Int total: Int } type newsletterSignUpCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type offerMenuItemCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type offerMenuOfferMenuItems { items: [OfferMenuItem] limit: Int skip: Int total: Int } type pointOfInterestCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type pointOfInterestMedia { items: [Asset] limit: Int skip: Int total: Int } type popularRouteCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type pressCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type pressContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type pressFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type pressGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type pressGridContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type pressGridDynamicContent { items: [PressCategory] limit: Int skip: Int total: Int } type pressGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type pressGridRegion { items: [Region] limit: Int skip: Int total: Int } type pressGridStaticContent { items: [Press] limit: Int skip: Int total: Int } type pressHeroAssets { items: [MediaAsset] limit: Int skip: Int total: Int } type pressPdfDownload { items: [Asset] limit: Int skip: Int total: Int } type pressPressCategory { items: [PressCategory] limit: Int skip: Int total: Int } type pressRegion { items: [Region] limit: Int skip: Int total: Int } type priceListPriceListItems { items: [PriceListItem] limit: Int skip: Int total: Int } type productAccessibility { items: [AccessibilityInformation] limit: Int skip: Int total: Int } type productAvailabilityProductContingents { items: [ProductContingent] limit: Int skip: Int total: Int } type productBusinessHours { items: [BusinessHours] limit: Int skip: Int total: Int } type productCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type productCategorySubProductCategories { items: [ProductCategory] limit: Int skip: Int total: Int } type productCategoryTicketInformation { items: [TicketInformation] limit: Int skip: Int total: Int } type productContactInfoGroups { items: [ContactInfoGroup] limit: Int skip: Int total: Int } type productCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type productExtensionAccommodationRoomContactInformation { items: [ContactInfo] limit: Int skip: Int total: Int } type productExtensionAccommodationRoomInformationItems { items: [AccommodationInfoItem] limit: Int skip: Int total: Int } type productFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type productGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type productGridContent { items: [ProductCategory] limit: Int skip: Int total: Int } type productGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type productGridRegion { items: [Region] limit: Int skip: Int total: Int } type productGridStaticContent { items: [Product] limit: Int skip: Int total: Int } type productGridStoryCategory { items: [StoryCategory] limit: Int skip: Int total: Int } type productHeroAssets { items: [MediaAsset] limit: Int skip: Int total: Int } type productImages { items: [Asset] limit: Int skip: Int total: Int } type productListCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type productPopularRoutes { items: [PopularRoute] limit: Int skip: Int total: Int } type productPriceLists { items: [PriceList] limit: Int skip: Int total: Int } type productProductAvailabilities { items: [ProductAvailability] limit: Int skip: Int total: Int } type productProductCategories { items: [ProductCategory] limit: Int skip: Int total: Int } type productProductTags { items: [ProductTag] limit: Int skip: Int total: Int } type productRegions { items: [Region] limit: Int skip: Int total: Int } type productStoryCategory { items: [StoryCategory] limit: Int skip: Int total: Int } type productVouchers { items: [Voucher] limit: Int skip: Int total: Int } type quickBookingWidgetCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type quoteCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type quoteContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type quoteFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type quoteGroupCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type quoteGroupQuotes { items: [Quote] limit: Int skip: Int total: Int } type quoteRegions { items: [Region] limit: Int skip: Int total: Int } type regionGroupRegions { items: [Region] limit: Int skip: Int total: Int } type regionLifts { items: [Lift] limit: Int skip: Int total: Int } type regionSlopes { items: [Slope] limit: Int skip: Int total: Int } type regionSubRegion { items: [Region] limit: Int skip: Int total: Int } type regionTransportations { items: [Transportation] limit: Int skip: Int total: Int } type regionWebcams { items: [Webcam] limit: Int skip: Int total: Int } type routeInfoGroupRouteInfoItems { items: [RouteInfoItem] limit: Int skip: Int total: Int } type routesFromStations { items: [Station] limit: Int skip: Int total: Int } type routesToStations { items: [Station] limit: Int skip: Int total: Int } type routesViaStations { items: [Station] limit: Int skip: Int total: Int } type routingFromStations { items: [Station] limit: Int skip: Int total: Int } type routingRoutes { items: [Routes] limit: Int skip: Int total: Int } type routingSpecialVehicles { items: [SpecialVehicle] limit: Int skip: Int total: Int } type routingToStations { items: [Station] limit: Int skip: Int total: Int } type serviceProviderAccessibility { items: [AccessibilityInformation] limit: Int skip: Int total: Int } type serviceProviderBusinessHours { items: [BusinessHours] limit: Int skip: Int total: Int } type serviceProviderCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type serviceProviderContactInfos { items: [ContactInfo] limit: Int skip: Int total: Int } type serviceProviderCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type serviceProviderExtensionAccommodationAccommodationBadges { items: [Classification] limit: Int skip: Int total: Int } type serviceProviderExtensionAccommodationAccommodationCategories { items: [FilterTag] limit: Int skip: Int total: Int } type serviceProviderExtensionAccommodationAccommodationInfoItems { items: [AccommodationInfoItem] limit: Int skip: Int total: Int } type serviceProviderExtensionAccommodationFurtherClassifications { items: [Classification] limit: Int skip: Int total: Int } type serviceProviderExtensionAccommodationMealOptions { items: [FilterTag] limit: Int skip: Int total: Int } type serviceProviderExtensionAccommodationRooms { items: [Product] limit: Int skip: Int total: Int } type serviceProviderExtensionActiveAdventures { items: [MyMomentsAdventure] limit: Int skip: Int total: Int } type serviceProviderExtensionPanoramaMap { items: [MediaAsset] limit: Int skip: Int total: Int } type serviceProviderExtensionSkiResortActiveAdventures { items: [MyMomentsAdventure] limit: Int skip: Int total: Int } type serviceProviderExtensionSkiResortCustomerInsights { items: [CustomerInsight] limit: Int skip: Int total: Int } type serviceProviderExtensionSkiResortPanoramaMap { items: [MediaAsset] limit: Int skip: Int total: Int } type serviceProviderExtensionSkiResortWeather { items: [WeatherGroup] limit: Int skip: Int total: Int } type serviceProviderExtensionSkiResortWebcams { items: [WebcamGroup] limit: Int skip: Int total: Int } type serviceProviderExtensionWeather { items: [WeatherGroup] limit: Int skip: Int total: Int } type serviceProviderExtensionWebcams { items: [WebcamGroup] limit: Int skip: Int total: Int } type serviceProviderFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type serviceProviderHeroAssets { items: [MediaAsset] limit: Int skip: Int total: Int } type serviceProviderImageGallery { items: [Asset] limit: Int skip: Int total: Int } type serviceProviderInfoGroups { items: [GenericGroup] limit: Int skip: Int total: Int } type serviceProviderPopularRoutes { items: [PopularRoute] limit: Int skip: Int total: Int } type serviceProviderPriceLists { items: [PriceList] limit: Int skip: Int total: Int } type serviceProviderProductCategories { items: [ProductCategory] limit: Int skip: Int total: Int } type serviceProviderProductTags { items: [ProductTag] limit: Int skip: Int total: Int } type serviceProviderRegions { items: [Region] limit: Int skip: Int total: Int } type serviceProviderStoryCategory { items: [StoryCategory] limit: Int skip: Int total: Int } type shopMenuGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type shopMenuGridShopMenuItems { items: [UiMenuItem] limit: Int skip: Int total: Int } type skiResortGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type skiResortGridContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type skiResortGridDynamicContent { items: [ProductCategory] limit: Int skip: Int total: Int } type skiResortGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type skiResortGridRegions { items: [Region] limit: Int skip: Int total: Int } type slideContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type slideFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type slideRegions { items: [Region] limit: Int skip: Int total: Int } type sliderCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type sliderContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type sliderFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type sliderRegions { items: [Region] limit: Int skip: Int total: Int } type sliderSlides { items: [Slide] limit: Int skip: Int total: Int } type snowConditionGroupSnowConditions { items: [SnowCondition] limit: Int skip: Int total: Int } type socialMediaBarSocialMediaLinks { items: [UiMenuItem] limit: Int skip: Int total: Int } type sortMenuItemSortParameters { items: [SortParameter] limit: Int skip: Int total: Int } type staticContentGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type staticContentGridContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type staticContentGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type staticContentGridRegions { items: [Region] limit: Int skip: Int total: Int } type staticContentPageCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type staticContentPageContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type staticContentPageCoverImages { items: [Asset] limit: Int skip: Int total: Int } type staticContentPageFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type staticContentPagePreviewImages { items: [Asset] limit: Int skip: Int total: Int } type staticContentPageRegions { items: [Region] limit: Int skip: Int total: Int } type storyCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type storyCategorySubCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type storyCoverImages { items: [Asset] limit: Int skip: Int total: Int } type storyCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type storyFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type storyHeroAssets { items: [MediaAsset] limit: Int skip: Int total: Int } type storyRegions { items: [Region] limit: Int skip: Int total: Int } type storyStoryCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type storyVariantCoverImages { items: [Asset] limit: Int skip: Int total: Int } type storyVariantCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type storyVariantHeroAssets { items: [Slide] limit: Int skip: Int total: Int } type storyVariantLocations { items: [Region] limit: Int skip: Int total: Int } type storyVariantStoryCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type storyVariants { items: [StoryVariant] limit: Int skip: Int total: Int } type surveyCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type ticketAcquisitionInformationImages { items: [Asset] limit: Int skip: Int total: Int } type ticketCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type ticketHelpTextItem { items: [HelpTextItem] limit: Int skip: Int total: Int } type ticketInformationTicketAcquisitionInformation { items: [TicketAcquisitionInformation] limit: Int skip: Int total: Int } type ticketLinkCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type ticketProductImages { items: [Asset] limit: Int skip: Int total: Int } type ticketTicketAcquisitionInformation { items: [TicketAcquisitionInformation] limit: Int skip: Int total: Int } type ticketTicketOptions { items: [TicketOption] limit: Int skip: Int total: Int } type tourAccessibilityStartLocation { items: [AccessibilityInformation] limit: Int skip: Int total: Int } type tourCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type tourCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type tourFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type tourGridCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type tourGridDynamicContent { items: [ProductCategory] limit: Int skip: Int total: Int } type tourGridFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type tourGridRegions { items: [Region] limit: Int skip: Int total: Int } type tourGridStaticContent { items: [Tour] limit: Int skip: Int total: Int } type tourGridStoryCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type tourHeroAssets { items: [MediaAsset] limit: Int skip: Int total: Int } type tourPopularRoutes { items: [PopularRoute] limit: Int skip: Int total: Int } type tourProductCategories { items: [ProductCategory] limit: Int skip: Int total: Int } type tourRegions { items: [Region] limit: Int skip: Int total: Int } type tourStoryCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type tourTourDetails { items: [TourDetail] limit: Int skip: Int total: Int } type transportationSegments { items: [Transportation] limit: Int skip: Int total: Int } type uiMenuCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type uiMenuCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type uiMenuItemCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type uiMenuItemCustomerSegments { items: [CustomerSegmentTag] limit: Int skip: Int total: Int } type weatherDayWeatherItems { items: [WeatherItem] limit: Int skip: Int total: Int } type weatherFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type weatherGroupWeathers { items: [Weather] limit: Int skip: Int total: Int } type weatherRegions { items: [Region] limit: Int skip: Int total: Int } type weatherWeatherDays { items: [WeatherDay] limit: Int skip: Int total: Int } type webcamGroupWebcams { items: [Webcam] limit: Int skip: Int total: Int } type youtubeVideoCSegments { items: [MarketingSegment] limit: Int skip: Int total: Int } type youtubeVideoContentCategories { items: [StoryCategory] limit: Int skip: Int total: Int } type youtubeVideoFilterTags { items: [FilterTag] limit: Int skip: Int total: Int } type youtubeVideoRegions { items: [Region] limit: Int skip: Int total: Int } "A JSON scalar" scalar JSON