-
-
Notifications
You must be signed in to change notification settings - Fork 920
fix exists filter #1861
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
fix exists filter #1861
Conversation
ping @alanpoulain |
It seems the filter cannot be used for |
@alanpoulain I think it is due to filters order. There is |
I see. Yes I think we need to open another issue for that. |
Ping @dunglas please review. |
features/graphql/filters.feature
Outdated
} | ||
""" | ||
Then the response status code should be 200 | ||
Then the JSON node "data.dummies.edges" should have 2 elements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And
Thanks @IonBazan ! |
fix exists filter
It still requires tests fixes. I will try to solve that later.Fixed.