EventAgendaItemTrackSearchFilterInput
Defines the filter criteria used when searching for agenda item tracks in EventsAir.
The following rules apply:
- Where a field accepts a list of values as a filter, those values are applied using an
ORoperator.
input EventAgendaItemTrackSearchFilterInput {
numbers: [Int!]
}
Fields
EventAgendaItemTrackSearchFilterInput.numbers ● [Int!] list scalar
Filter agenda items based on their track numbers. Optional.