Download Latest Version April 23, 2026 source code.tar.gz (1.2 MB)
Email in envelope

Get an email when there's a new version of GraphQL Tools

Home / release-1775215751665
Name Modified Size InfoDownloads / Week
Parent folder
April 03, 2026 source code.tar.gz 2026-04-03 1.2 MB
April 03, 2026 source code.zip 2026-04-03 1.6 MB
README.md 2026-04-03 9.2 kB
Totals: 3 Items   2.8 MB 0

@graphql-tools/executor-legacy-ws@1.1.26

Patch Changes

@graphql-tools/graphql-tag-pluck@8.3.29

Patch Changes

@graphql-tools/code-file-loader@8.1.30

Patch Changes

  • Updated dependencies [a91a765]:
    • @graphql-tools/graphql-tag-pluck@8.3.29

@graphql-tools/git-loader@8.0.34

Patch Changes

  • Updated dependencies [a91a765]:
    • @graphql-tools/graphql-tag-pluck@8.3.29

@graphql-tools/github-loader@9.1.0

Minor Changes

  • #8103 db8cde4 Thanks @ardatan! - Bump HTTP Executor that introduces exposeHTTPDetailsInExtensions option

    ```ts import { parse } from 'graphql' import { UrlLoader } from '@graphql-tools/url-loader'

    const loader = new UrlLoader() const executor = loader.getExecutorAsync('http://localhost:4000/graphql', { exposeHTTPDetailsInExtensions: true })

    const result = await executor({ document: parse(/ GraphQL / query { hello }) })

    console.log(result) ```

    json { "data": { "hello": "Hello world!" }, "extensions": { "request": { "method": "POST", "body": "{\"query\":\"query { hello }\"}", "headers": { "content-type": "application/json" } }, "response": { "status": 200, "statusText": "OK", "headers": { "content-type": "application/json" }, "body": { "data": { "hello": "Hello world!" } } } } }

Patch Changes

@graphql-tools/url-loader@9.1.0

Minor Changes

  • #8103 db8cde4 Thanks @ardatan! - Bump HTTP Executor that introduces exposeHTTPDetailsInExtensions option

    ```ts import { parse } from 'graphql' import { UrlLoader } from '@graphql-tools/url-loader'

    const loader = new UrlLoader() const executor = loader.getExecutorAsync('http://localhost:4000/graphql', { exposeHTTPDetailsInExtensions: true })

    const result = await executor({ document: parse(/ GraphQL / query { hello }) })

    console.log(result) ```

    json { "data": { "hello": "Hello world!" }, "extensions": { "request": { "method": "POST", "body": "{\"query\":\"query { hello }\"}", "headers": { "content-type": "application/json" } }, "response": { "status": 200, "statusText": "OK", "headers": { "content-type": "application/json" }, "body": { "data": { "hello": "Hello world!" } } } } }

Patch Changes

@ardatan/relay-compiler@13.0.1

Patch Changes

@graphql-tools/relay-operation-optimizer@7.1.2

Patch Changes

  • Updated dependencies [a91a765]:
    • @ardatan/relay-compiler@13.0.1

@graphql-tools/resolvers-composition@7.0.29

Patch Changes

Source: README.md, updated 2026-04-03