Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are filtering operators supported? #359

Closed
nicodes opened this issue Oct 24, 2021 · 1 comment
Closed

Are filtering operators supported? #359

nicodes opened this issue Oct 24, 2021 · 1 comment

Comments

@nicodes
Copy link

nicodes commented Oct 24, 2021

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

@IvanGoncharov
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants