Are filtering operators supported?
nicodes opened this issue · 1 comments
nicodes commented
Are operators for filtering supported, something similar to [Op.gt]
for greater-than?
IvanGoncharov commented
@nicodes No, there is no Relay spec for filtering in GraphQL.
But you can add field arguments to specify filtering support, you just need to add custom logic in your resolvers to handle it.