PresentationTypeSearchFilterInput
Defines the presentation type 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
typeIdsandnames), fields are applied using anANDoperator.
input PresentationTypeSearchFilterInput {
names: [String!]
typeIds: [ID!]
uniqueCodes: [String!]
}
Fields
PresentationTypeSearchFilterInput.names ● [String!] list scalar
Filter presentations based on their type names. Optional.
PresentationTypeSearchFilterInput.typeIds ● [ID!] list scalar
Filter presentations based on their type identifiers. Optional.
PresentationTypeSearchFilterInput.uniqueCodes ● [String!] list scalar
Filter presentations based on their type unique codes. Optional.