Sebastián Sastoque H.
Sebastián Sastoque H.
Regarding `graphene-django-optimizer` I just opened a PR with the changes to support GrapheneV3 and graphene-django V3. Here you can have a look: https://github.com/tfoxy/graphene-django-optimizer/pull/62
@zbyte64 I added the test cases. Please let me know if it is ok
If anyone is curious to see an example on real case scenario, let me exemplify with Parler. Django Parler have a functionality that adds all the translated fields into the...
Hello @zbyte64 I will try to copy the test cases of #1112 and adapt the solution to also use relay ids. I think is doable.
Hello @zbyte64 can you have a look, please? It passes all the tests from #1112 and we are not doing the extra query in the resolver when it is a...
@zbyte64 I also unified the OneToOneRel field to use the DjangoInstance. In this case we will need to make the extra query because Django does provide the ID of the...
@zbyte64 I will have to add some extra code that I did before addressing some issues with some variables names but I’ll be able to do it next week