graphql-python / graphql-python/graphene
graphene_client does not return expected data queried with an order_by
Open
✨ enhancement
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 818
- PR merge metrics
- No merged PRs in 30d
Description
I am using pytest-django graphene-django and the first test went well, but one I add a query with an order by. I always get ascending records while I want the opposite. Moreover, in GraphQL view everything works fine when I query with an order_by.
I think that data should be returned as JSON instead of dictionaries from `graphene_client.execute()`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.