We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
resolver
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using the serializer's context instead of parent to share the Resolver instance.
context
parent
Resolver
This was suggested in #11205 (comment) by @stsewd.
Also, note that this may not be needed if we find a way to share this Resolver instance all over the request, as mentioned in #10456
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider using the serializer's
context
instead ofparent
to share theResolver
instance.This was suggested in #11205 (comment) by @stsewd.
Also, note that this may not be needed if we find a way to share this
Resolver
instance all over the request, as mentioned in #10456The text was updated successfully, but these errors were encountered: