You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a need for a custom implementation of the message, extensions rewrite of the error. Let's say to configure it through modules. I want to replace message depending on the content in extensions. Also not all my subgraphs substitute extensions correctly, I could bring all the errors to the same format here.
I can do PR if we agree on some implementation
Describe the solution you'd like
I can use values []*fastjson.Value as optionallyOmitErrorExtensions does, or []GraphQLError/subgraphError, which would seem more convenient.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.
Component(s)
router
Is your feature request related to a problem? Please describe.
I have a need for a custom implementation of the
message
,extensions
rewrite of the error. Let's say to configure it through modules. I want to replacemessage
depending on the content inextensions
. Also not all my subgraphs substituteextensions
correctly, I could bring all the errors to the same format here.I can do PR if we agree on some implementation
Describe the solution you'd like
I can use
values []*fastjson.Value
asoptionallyOmitErrorExtensions
does, or[]GraphQLError
/subgraphError
, which would seem more convenient.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: