Skip to main content

EventSetup

Event setup.

type EventSetup {
accommodation: AccommodationSetup!
account: AccountSetup!
brands: [Brand!]!
contact: ContactSetup!
countryList: CountryList!
course: EventCourseSetup!
exhibition: ExhibitionSetup!
function: FunctionSetup!
locations(
input: LocationSearchFilterInput! = [object Object]
): [Location!]!
marketing: EventMarketingSetup!
note: EventNoteSetup!
paymentTypes(
input: EventPaymentTypeSearchFilterInput! = [object Object]
): [PaymentType!]!
presentation: PresentationSetup!
registration: RegistrationSetup!
sponsorship: SponsorshipSetup!
taxes(
input: TaxSearchFilterInput! = [object Object]
): [Tax!]!
travel: TravelSetup!
}

Fields

EventSetup.accommodation ● AccommodationSetup! non-null object

The setup options for accommodation within the event.

EventSetup.account ● AccountSetup! non-null object

The setup options for accounts within the event.

EventSetup.brands ● [Brand!]! non-null object

The list of brands for the event.

EventSetup.contact ● ContactSetup! non-null object

The setup options for contacts within the event.

EventSetup.countryList ● CountryList! non-null object

The country list associated with the event.

EventSetup.course ● EventCourseSetup! non-null object

The setup options for courses within the event.

EventSetup.exhibition ● ExhibitionSetup! non-null object

The setup options for exhibitions within the event.

EventSetup.function ● FunctionSetup! non-null object

The setup options for functions within the event.

EventSetup.locations ● [Location!]! non-null object

The locations available for sessions, functions and continuing education courses.

See LocationSearchFilterInput for details on how the optional input argument can be used to filter locations.

EventSetup.locations.input ● LocationSearchFilterInput! non-null input

EventSetup.marketing ● EventMarketingSetup! non-null object

The setup options for marketing tags within the event.

EventSetup.note ● EventNoteSetup! non-null object

The setup options for notes within the event.

EventSetup.paymentTypes ● [PaymentType!]! non-null object

The payment types available within the event.

See EventPaymentTypeSearchFilterInput for details on how the optional input argument can be used to filter payment types.

EventSetup.paymentTypes.input ● EventPaymentTypeSearchFilterInput! non-null input

EventSetup.presentation ● PresentationSetup! non-null object

The setup options for presentations within the event.

EventSetup.registration ● RegistrationSetup! non-null object

The setup options for registrations within the event.

EventSetup.sponsorship ● SponsorshipSetup! non-null object

The setup options for sponsorships within the event.

EventSetup.taxes ● [Tax!]! non-null object

The setup options for taxes within the event.

See TaxSearchFilterInput for details on how the optional input argument can be used to filter taxes.

EventSetup.taxes.input ● TaxSearchFilterInput! non-null input

EventSetup.travel ● TravelSetup! non-null object

The setup options for travel within the event.

Member Of

Event object