With the recent changes introduced in 0.176.0's #2731, field extensions can no longer access the raw input to the field using the kwargs
dictionary. Instead, the inputs are converted to an instance of the corresponding InputObjectType
. This can be problematic since a FieldExtension
should ideally be used on many different fields with a wide variety of input types.
To make this easier, we should make the original input dict accessible as a special field on the instance.
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