release-1724222206818
版本发布时间: 2024-08-21 14:36:47
ardatan/graphql-tools最新发布版本:release-1727374913368(2024-09-27 02:21:53)
@graphql-tools/executor-http@1.1.6
Patch Changes
-
f9dd3d6
Thanks @ardatan! - Details in the extensions when an unexpected error occurs;{ "request": { "url": "https://api.example.com/graphql", "method": "POST", "body": { "query": "query { hello }" } }, "response": { "status": 500, "statusText": "Internal Server Error", "headers": { "content-type": "application/json" }, "body": { "errors": [ { "message": "Internal Server Error" } ] } } }