Closed odigity closed 1 year ago
I believe this repo is dead bruh... you should probably move on to Strawberry. P.S There are forked versions there of this repo and graphql-django-auth repo
Yeah, I've noticed the rot and cobwebs on both this package and graphene. At the moment, I'm tasked with understanding and improving our existing system. However, I definitely intend to review the alternatives (Strawberry, Tartiflette, Ariadne) in the near future in the hopes of finding one I like more than graphene, and adopting during an API re-write.
Good luck!
I believe this code is assuming the operation type ('query' or 'mutation') can be title-ized to produce the name of the root query and mutation types, but the GraphQL spec doesn't require that:
This fails if you have something like this: