Closed ekalvi closed 2 years ago
After upgrading to Strawberry 0.139.0 any strawberry.django.type classes that use the auto type will fail with error. See the recent release: https://github.com/strawberry-graphql/strawberry/releases/tag/0.139.0
strawberry.django.type
auto
Example
strawberry-graphql==0.139.0 strawberry-graphql-django==0.7.1
@strawberry.django.type(models.Service) class Service: id: auto
TypeError: Service fields cannot be resolved. Unexpected type 'auto'
12.6
0.139.0
strawberry-graphql
0.7.1
The Strawberry 0.139.0 release just went out Nov 4 @ 11am ET. It is very new.
@ekalvi thanks for the report! I'll take a look!
Describe the Bug
After upgrading to Strawberry 0.139.0 any
strawberry.django.type
classes that use theauto
type will fail with error. See the recent release: https://github.com/strawberry-graphql/strawberry/releases/tag/0.139.0Example
System Information
12.6
0.139.0
strawberry-graphql
version (if applicable):0.7.1
Additional Context
The Strawberry 0.139.0 release just went out Nov 4 @ 11am ET. It is very new.
Upvote & Fund