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

Query param not working for plurals #254

Open
ghost opened this issue Aug 10, 2022 · 3 comments
Open

Query param not working for plurals #254

ghost opened this issue Aug 10, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 10, 2022

@register_query_field( "city", "citys", {"country_id": graphene.Int()}, required=True, plural_required=True, plural_item_required=True, )

I am trying to filter citys based on country but its not working
{ citys(countryId: 1){ id title } }
Can someone help me on how to achieve this

@ghost
Copy link
Author

ghost commented Sep 8, 2022

@zerolab or any one please help me on this :/

@zerolab
Copy link
Member

zerolab commented Sep 8, 2022

There's #225 which attempted to fix this, but it went in a direction I don't think is needed.
Currently quite busy, so can't promise anything, sorry

@ghost
Copy link
Author

ghost commented Sep 9, 2022

@zerolab thanks for the reply.

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

1 participant