graphene icon indicating copy to clipboard operation
graphene copied to clipboard

graphene_client does not return expected data queried with an order_by

Open Arka-cell opened this issue 3 years ago • 0 comments

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().

Arka-cell avatar May 24 '21 07:05 Arka-cell