melvinkcx / graphql-utilities

Oneshot middleware, query cost analysis, depth limiting, etc for graphql-core>=3.0 (formerly, graphql-core-next)
https://graphql-utilities.readthedocs.io/
MIT License
19 stars 1 forks source link

Integration with Graphene Django #11

Open gutomarzagao opened 4 years ago

gutomarzagao commented 4 years ago

Is it possible to integrate graphql-utilities with graphene-django? The last version of graphene-django is 2.9.1 which depends on graphql-core<3.0.

melvinkcx commented 4 years ago

@gutomarzagao Hi, thanks for asking. Eventually, I'd love to have it integrate with Graphene-Django too. I haven't got the time to look into it yet, I hope I get some time this weekend

melvinkcx commented 4 years ago

I took a deeper look at the issue. graphql-core>=3.0 is not backward compatible to <3.0. Hence, it is not possible to integrate this with the current graphene-django version. I'm closely following the development of graphene-django, and hopefully, a new major version will be released soon