Default GraphQL response is now HTTP 500
graphql.org
Default GraphQL response is now HTTP 500
1–6 of 6 posts
Re: Default GraphQL response is now HTTP 500
#2Re: Default GraphQL response is now HTTP 500
#3> Additionally in order to make GraphQL AI Agents friendly, the GraphQL response body will be switching from JSON to Markdown.
Re: Default GraphQL response is now HTTP 500
#4It's April 2 here. I'm kind of wondering how good an idea April fools is on the global internet.
Re: Default GraphQL response is now HTTP 500
#5Re: Default GraphQL response is now HTTP 500
#6Man I got excited until I saw the date. I disagree with always returning 200 (why should the caller need to parse the response to find out there was an error). Then again I don't understand why you would reach for graphql unless you are a massive org with a lot of front end teams (which isn't my works use case even though someone got distracted by the shiny thing and made it the standard) so my opinion is probably sk…
2. GraphQL is useful for small remote teams b/c of mandatory staticly-typed schema and built-in schema documentation. Otherwise it's lots of back-and-forth between backen, frontend, QA, etc. You forced to use external tools like Postman collections, and still having communication problems.