Skip to main content

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

Throws an error with code:

  • BAD_USER_INPUT if 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.