Skip to main content

PresentationSetup

Defines the settings for Presentations for an event in EventsAir.

type PresentationSetup {
checklist: [ChecklistItem!]!
concurrentSessionBlocks(
input: EventSessionBlockSearchFilterInput! = [object Object]
): [SessionBlock!]!
documentTypes: [DocumentType!]!
keywords(
input: EventPresentationKeywordSearchFilterInput! = [object Object]
): [PresentationKeyword!]!
locations: [Location!]! @deprecated
paperStatuses(
input: EventPresentationPaperStatusSearchFilterInput! = [object Object]
): [PresentationPaperStatus!]!
preferences: PresentationPreferences!
sessionRoles(
input: SessionRoleSearchFilterInput! = [object Object]
): [SessionRole!]!
sessionSurveys: [SessionSurvey!]!
themes(
input: EventPresentationThemeSearchFilterInput! = [object Object]
): [PresentationTheme!]!
types(
input: EventPresentationTypeSearchFilterInput! = [object Object]
): [PresentationType!]!
}

Fields

PresentationSetup.checklist ● [ChecklistItem!]! non-null object

The list of checklist items for presentation.

PresentationSetup.concurrentSessionBlocks ● [SessionBlock!]! non-null object

The blocks available for concurrent sessions.

See EventSessionBlockSearchFilterInput for details on how the optional input argument can be used to filter session blocks.

PresentationSetup.concurrentSessionBlocks.input ● EventSessionBlockSearchFilterInput! non-null input

PresentationSetup.documentTypes ● [DocumentType!]! non-null interface

The types of documents defined for a presentation.

PresentationSetup.keywords ● [PresentationKeyword!]! non-null object

The collection of terms or words that can help an organizer locate specific categories of presentations.

See EventPresentationKeywordSearchFilterInput for details on how the optional input argument can be used to filter presentation keywords.

PresentationSetup.keywords.input ● EventPresentationKeywordSearchFilterInput! non-null input

PresentationSetup.locations ● [Location!]! deprecated non-null object

DEPRECATED

Use setup.locations instead. This field will be removed in a future release.

The locations available for presentations to be held in.

PresentationSetup.paperStatuses ● [PresentationPaperStatus!]! non-null object

The definitions created to classify the status of submitted papers or presentations.

See EventPresentationPaperStatusSearchFilterInput for details on how the optional input argument can be used to filter presentation paper statuses.

PresentationSetup.paperStatuses.input ● EventPresentationPaperStatusSearchFilterInput! non-null input

PresentationSetup.preferences ● PresentationPreferences! non-null object

The configuration preferences for a Presentation.

PresentationSetup.sessionRoles ● [SessionRole!]! non-null object

The roles available for sessions.

See SessionRoleSearchFilterInput for details on how the optional input argument can be used to filter session roles.

PresentationSetup.sessionRoles.input ● SessionRoleSearchFilterInput! non-null input

PresentationSetup.sessionSurveys ● [SessionSurvey!]! non-null object

The surveys available for sessions.

PresentationSetup.themes ● [PresentationTheme!]! non-null object

The Presentation themes and sub themes defined in EventsAir for an event.

See EventPresentationThemeSearchFilterInput for details on how the optional input argument can be used to filter presentation themes.

PresentationSetup.themes.input ● EventPresentationThemeSearchFilterInput! non-null input

PresentationSetup.types ● [PresentationType!]! non-null object

The types of Presentations defined in EventsAir for an event.

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

PresentationSetup.types.input ● EventPresentationTypeSearchFilterInput! non-null input

Member Of

EventSetup object