Tomás Fox
Tomás Fox
Hi @crazyscientist ! The detection of foreign key id is done manually by using `isinstance` (https://github.com/tfoxy/graphene-django-optimizer/blob/e5c57fc8e15691d37efde2af60f70e9e787e4344/graphene_django_optimizer/query.py#L321-L326). You can try to add `GenericForeignKey` to the detection. If that works, feel free...
Looking into this a little bit deeper, I think it would require some changes to the code to support this properly. At the time I made this, I only had...
Thanks for bringing this up. As @KristobalJunta said, the breaking change was brought by adding support for GraphQL Core 3. Will add a message to the readme so people are...
Added note to readme. If someone knows a way to warn about version incompatibility with `pip`, please let me know. Will leave this issue open so that people can find...