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
ORoperator. - If specifying multiple fields to filter on (for example both
themeIdsandnames), fields are applied using anANDoperator.
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.