github ardatan/graphql-tools release-1724222206818
August 21, 2024

latest releases: release-1726086017332, @graphql-tools/federation@2.2.10, release-1724948218474...
29 days ago

@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"
            }
          ]
        }
      }
    }

Don't miss a new graphql-tools release

NewReleases is sending notifications on new releases.