Skip to main content

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

Member Of

FunctionSearchFilterInput input