Skip to content

Latest commit

 

History

History
195 lines (122 loc) · 3.85 KB

File metadata and controls

195 lines (122 loc) · 3.85 KB

@graphql-tools/apollo-engine-loader

7.2.9

Patch Changes

  • Updated dependencies [0bbb1769]
    • @graphql-tools/utils@8.6.7

7.2.8

Patch Changes

  • fe9402af: Bump data-loader and cross-undici-fetch

7.2.7

Patch Changes

  • Updated dependencies [904c0847]
    • @graphql-tools/utils@8.6.6

7.2.6

Patch Changes

  • Updated dependencies [be2c02d7]
    • @graphql-tools/utils@8.6.5

7.2.5

Patch Changes

  • Updated dependencies [d36d530b]
    • @graphql-tools/utils@8.6.4

7.2.4

Patch Changes

  • 0c0c6857: fix - align versions

7.2.3

Patch Changes

  • 18341363: feat(visitResult): ignore if field not present in visited object
  • Updated dependencies [18341363]
    • @graphql-tools/utils@8.6.2

7.2.2

Patch Changes

  • d57c56d2: bump cross-undici-fetch

7.2.1

Patch Changes

  • ef9c3853: fix: bump Node <v16.5 compatible version

7.2.0

Minor Changes

  • 41d9a996: enhance: use undici instead of node-fetch if available

7.1.2

Patch Changes

  • 4bfb3428: enhance: use ^ for tslib dependency
  • Updated dependencies [4bfb3428]
    • @graphql-tools/utils@8.5.1

7.1.1

Patch Changes

  • 58262be7: enhance: show more clear error messages for aggregated error
  • Updated dependencies [58262be7]
    • @graphql-tools/utils@8.3.0

7.1.0

Minor Changes

  • c5b0719c: feat: GraphQL v16 support

Patch Changes

  • Updated dependencies [c5b0719c]
  • Updated dependencies [c5b0719c]
  • Updated dependencies [c5b0719c]
  • Updated dependencies [c5b0719c]
  • Updated dependencies [c5b0719c]
    • @graphql-tools/utils@8.2.0

7.0.5

Patch Changes

  • e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions

7.0.4

Patch Changes

  • Updated dependencies [2c807ddb]
    • @graphql-tools/utils@8.1.1

7.0.3

Patch Changes

  • Updated dependencies [b9684631]
  • Updated dependencies [9ede806a]
  • Updated dependencies [67691b78]
    • @graphql-tools/utils@8.1.0

7.0.2

Patch Changes

  • Updated dependencies [04830049]
    • @graphql-tools/utils@8.0.2

7.0.1

Patch Changes

  • Updated dependencies [b823dbaf]
    • @graphql-tools/utils@8.0.1

7.0.0

Major Changes

  • af9a78de: BREAKING CHANGE

    • Now each loader handles glob patterns internally and returns an array of Source object instead of single Source

    • GraphQL Tag Pluck now respects code locations and returns graphql-js Source objects for each found code block

    • Thanks to the one above, CodeFileLoader now returns different Source objects for each found SDL code block.

  • 7d3e3006: BREAKING CHANGE

    • Now it uses the native AggregateError implementation. The major difference is the individual errors are kept under errors property instead of the object itself with Symbol.iterator.
    // From;
    for (const error of aggregateError)
    // To;
    for (const error of aggregateError.errors)

Minor Changes

  • a31f9593: feat(apollo-engine): add sync support

Patch Changes

  • Updated dependencies [af9a78de]
  • Updated dependencies [9c26b847]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [dae6dc7b]
  • Updated dependencies [6877b913]
  • Updated dependencies [c42e811d]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [8c8d4fc0]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [74581cf3]
  • Updated dependencies [c0ca3190]
  • Updated dependencies [982c8f53]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [7d3e3006]
    • @graphql-tools/utils@8.0.0

6.2.5

Patch Changes

  • Updated dependencies [be1a1575]
    • @graphql-tools/utils@7.0.0

6.2.4

Patch Changes

  • 533d6d53: Bump all packages to allow adjustments
  • Updated dependencies [32c3c4f8]
  • Updated dependencies [533d6d53]
    • @graphql-tools/utils@6.2.4