Patrick Arminio
Patrick Arminio
hi @vjrasane do you have any idea of how this would look like? I think this could be probably implemented with extensions and schema directive, but I want to hear...
@omarzouk sure, I think I'll have time this week(end) (I'm currently travelling) 😊 And please consider sponsoring us, so we can prioritise issues better ;)
@omarzouk an update on this, I think I found a nice way to pass the request extensions to info, but it is quite different from this, so I might try...
@Ansud it's not your fault, apparently this PR triggered a Mypy error, there's an initial fix here: https://github.com/strawberry-graphql/strawberry/pull/3516
@luisbc92 just time! thanks for the ping, I'll add to my list of things to do in the next few days 😊
@luisbc92 @Speedy1991 @mikoda1995 do you have any opinions on the configuration options? /cc @bellini666 @erikwrede
> Also, maybe use a TypedDict instead of a dataclass in here? In general I prefer dataclasses, but typeddict would allow to pass the configuration without having to import BatchingConfig...
Ah looks like pydantic.version.version_short doesn't exist in pydantic 2 > E AttributeError: module 'pydantic.version' has no attribute 'version_short'
@natsukium partial match is totally fine with me 😊 but since version_short seems to working in v1 maybe we can force pydantic to be at least 2.2 in the tests?...