Trond Aasan

Results 1 issues of Trond Aasan

## Describe the Bug Strawberry doesn't resolve string type annotations. It works without `from __future__ import annotations`. ```python #!/usr/bin/env python from __future__ import annotations import strawberry import pydantic class PBook(pydantic.BaseModel):...

bug