FunctionFeeTypeSearchFilterInput
Defines the filter criteria used when searching for function fee types 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
names
anduniqueCodes
), fields are applied using anAND
operator.
input FunctionFeeTypeSearchFilterInput {
ids: [ID!]
names: [String!]
uniqueCodes: [String!]
}
Fields
FunctionFeeTypeSearchFilterInput.ids
● [ID!]
list scalar
Filter functions based on their function fee type identifiers(s). Optional.
FunctionFeeTypeSearchFilterInput.names
● [String!]
list scalar
Filter functions based on their function fee type name(s). Optional.
FunctionFeeTypeSearchFilterInput.uniqueCodes
● [String!]
list scalar
Filter functions based on their function fee type unique code(s). Optional.