Skip to content

Releases: ExpediaGroup/graphql-component

v5.0.1

14 Feb 21:28
b56f58a
Compare
Choose a tag to compare

What's Changed

  • Update @graphql-tools/utils dependency by @gky99 in #106

Full Changelog: v5.0.0...v5.0.1

v5.0.0

05 Feb 18:13
f408d20
Compare
Choose a tag to compare

What's Changed

  • Update graphql dependency for apollo server upgrade by @gky99 in #105

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

26 Oct 21:32
60c4faf
Compare
Choose a tag to compare
  • Updated @apollo/federation dependency for Node 18 compatibility.
  • Minimum version support is now node 18

v3.1.0

16 Aug 19:29
1f5233b
Compare
Choose a tag to compare

What's Changed

Uses a newer graphql-tools dependency : #99

New Contributors

Full Changelog: v3.0.4...v3.1.0

v3.0.4

18 May 23:49
8b54967
Compare
Choose a tag to compare

Updating prune function from latest graphql-tools and updates the TS types for accuracy.

v3.0.3

23 Mar 19:17
Compare
Choose a tag to compare

Merge imported directives into final schema.

v3.0.2 Update

14 Mar 16:29
564049b
Compare
Choose a tag to compare

V3.0.1

02 Mar 20:28
0120f81
Compare
Choose a tag to compare

What's Changed

  • accept a config where exclude is not defined by @tlivings in #93

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Feb 18:00
dcab31d
Compare
Choose a tag to compare

Upgraded graphql-tools to improve schema merging.

v2.2.0

20 Nov 00:31
Compare
Choose a tag to compare
  • [FEATURE] - Add "hook" for custom makeExecutableSchema function