Skip to main content

AccommodationSetup

Defines the settings for accommodation for an event in EventsAir.

type AccommodationSetup {
hotels(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Hotel!]!
}

Fields

AccommodationSetup.hotels ● [Hotel!]! non-null object

The hotels defined in EventsAir for an event.

AccommodationSetup.hotels.limit ● PaginationLimit! non-null scalar
AccommodationSetup.hotels.offset ● NonNegativeInt! non-null scalar

Member Of

EventSetup object