We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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
{ citys(countryId: 1){ id title } }
The text was updated successfully, but these errors were encountered:
@zerolab or any one please help me on this :/
Sorry, something went wrong.
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
@zerolab thanks for the reply.
No branches or pull requests
@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
The text was updated successfully, but these errors were encountered: