Pretty much the title, when creating an extension:
class Extension:
def resolve(
self, _next, root, info: Info, *args, **kwargs
) -> AwaitableOrValue[Any]:
return _next(root, info, *args, **kwargs)
info
here is not actually Info
it is still the GraphQL core version of info
, we should fix this :)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too