Олег Малакотин

Results 8 comments of Олег Малакотин

any fix for this? ) same issue: https://github.com/strawberry-graphql/strawberry-graphql-django/issues/22

any fix for this? ) same issue: https://github.com/strawberry-graphql/strawberry-graphql-django/issues/58

> ```python > def resolve_picture(root): > if not root.picture: > return None > return root.picture > > @strawberry_django.type(models.User) > class User: > picture: auto = strawberry_django.field(resolver=resolve_picture) > ``` > Please...