cosmo
cosmo copied to clipboard
New server response format when not 200 code in playground looks unreadable
trafficstars
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
- 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