Skip to main content

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 OR operator.
  • If specifying multiple fields to filter on (for example both typeIds and names), fields are applied using an AND operator.
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.

Member Of

PresentationSearchFilterInput input