KundaPanda / strawberry-django-jwt

[UNMAINTAINED] JSON Web Token (JWT) authentication for Django with Strawberry GraphQL
MIT License
37 stars 16 forks source link

Strawberry 0.121.0 breaks things #340

Open KundaPanda opened 2 years ago

KundaPanda commented 2 years ago

The new strawberry 0.121.0 update changes how default field resolvers work. The get_result function has been completely removed, and its' content moved to the from_resolver function (https://github.com/strawberry-graphql/strawberry/compare/0.120.0...0.121.0#diff-00af9d43c9b59404ba170e72e470939f2a6dd50e2eae24d0e24ef105431e5414L284).

nrbnlulu commented 2 years ago

See this PR