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 extremely dislike the way it now shows responses not having a 200 code
it's unreadable, although the idea to show what came over HTTP is understandable, but it's better to add some custom fields to the standard GraphQL response structure. Now I don't understand how to try to read responseBody during debugging, and other fields don't give useful load
We subgraphs return 4** error codes in case of non-significant problems, 5** in case of unknown server errors. At the same time they describe the standard GraphQL response structure, deviations from this logic are possible only in case of some serious problems, but it seems Playground should be used mainly for debugging, why should I deviate from this structure trying to invent another one?
Describe the solution you'd like
Return to the old format
Extend the standard GraphQL answer with fields that you think should be useful for non-200 codes
Do not change the structure of the response display for non-200 codes
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.
Hi! @thisisnithin
Is there no information on what this will look like in the future? Is it possible at least for 4** response codes not to change the GraphQL structure of the response?
Component(s)
studio
Is your feature request related to a problem? Please describe.
I extremely dislike the way it now shows responses not having a 200 code
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: