Patrick Arminio
Patrick Arminio
I don't think it is supposed to work that way, I'd say the Annotated API should be: FruitName = Annotated[other_module.FruitName, strawberry.enum(name="Fruit")]
@Dartt0n in what cases would this be useful? 😊 wouldn't an error be a useful indication that something was wrong somewhere else?
@nburns I think https://github.com/strawberry-graphql/strawberry/pull/3640 should fix this :)
> Considering that the PEP behind from __future__ import annotations will be eventually made default in a future release of python, this might break lazy types. That's not the case...
/pre-release
/pre-release
@matclayton sorry, I totally missed that message! do you know if you can write a small reproduction? or was that fixed with GraphQL-core 3.3.0a7?
/pre-release
this doesn't render/print the directives (to double check)
worth checking if those directive should be printed, since we don't print directives like `@include` and `@skip`