NoteSearchFilterInput
Defines the filter criteria used when searching for notes 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
idsanduniqueCodes), fields are applied using anANDoperator.
Throws an error with code:
BAD_USER_INPUTif all fields in the input have a combined total number of values exceeding 1,000
input NoteSearchFilterInput {
ids: [ID!]
type: NoteTypeSearchFilterInput
}
Fields
NoteSearchFilterInput.ids ● [ID!] list scalar
Filter notes based on their identifiers. Optional.
NoteSearchFilterInput.type ● NoteTypeSearchFilterInput input
Filter notes based on their type. Optional.