graphql/graphql-relay-js

Are filtering operators supported?

nicodes opened this issue · 1 comments

Are operators for filtering supported, something similar to [Op.gt] for greater-than?

@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.