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