is_nil, eq, in, less_than, etc).similarity operator?Ash.Query.Operator.__using__/1 macro.AshGraphql, the resource.ex file will create the filters based in the built-in filters using the Ash.Filter.builtin_operators() inside the filter_type function. AFAIK there is no way to expand the built-in operators with a custom one, to make the Ash.Filter.builtin_operators() return also my custom operators, or, specifically for AshGraphql make the filter_type function also fetch my custom operators.