Skip to main content

PresentationThemeSearchFilterInput

Defines the presentation theme filter criteria used when searching for presentations in EventsAir.

The following rules apply:

  • Where a field accepts a list of values as a filter, those values are applied using an OR operator.
  • If specifying multiple fields to filter on (for example both themeIds and names), fields are applied using an AND operator.
input PresentationThemeSearchFilterInput {
names: [String!]
themeIds: [ID!]
uniqueCodes: [String!]
}

Fields

PresentationThemeSearchFilterInput.names ● [String!] list scalar

Filter presentations based on their theme names. Optional.

PresentationThemeSearchFilterInput.themeIds ● [ID!] list scalar

Filter presentations based on their theme identifiers. Optional.

PresentationThemeSearchFilterInput.uniqueCodes ● [String!] list scalar

Filter presentations based on their theme unique codes. Optional.

Member Of

PresentationSearchFilterInput input