Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Releases: AEB-labs/graphql-weaver

0.13.5

26 Aug 08:31
Compare
Choose a tag to compare
  • Fix: Fixed NamespaceModule removing interface implementations (#61).

0.13.4

24 Jun 09:08
Compare
Choose a tag to compare
  • Fix: @Link did not work when the targetField included non-null object types

0.12.7

24 Jun 09:07
Compare
Choose a tag to compare
  • Fix: @Link did not work when the targetField included non-null object types

0.12.6

04 Apr 16:32
Compare
Choose a tag to compare
  • Fix: Fixed a type error that occured in recent TypeScript versions in strict mode
  • Fix: Fixed abstract types in combination with type prefixes (#51)
  • Improvement: Link/join requests now take the operation name from the original operation (#52)

0.13.3

20 Mar 23:17
Compare
Choose a tag to compare
  • Fix: Fixed a type error that occured in recent TypeScript versions in strict mode

0.13.2

18 Feb 17:54
Compare
Choose a tag to compare
  • Fix: Fixed abstract types in combination with type prefixes (#51)
  • Improvement: Link/join requests now take the operation name from the original operation (#52)

0.13.1

06 Dec 12:09
Compare
Choose a tag to compare
  • Fix: Preserving the operation name in proxied requests

0.12.5

06 Dec 12:21
Compare
Choose a tag to compare
  • Fix: Preserving the operation name in proxied requests

0.13.0

24 Sep 16:28
Compare
Choose a tag to compare
  • Made compatible with graphql 14.0

0.12.4

24 Sep 16:28
Compare
Choose a tag to compare
  • Replaced node-fetch with cross-fetch (This allows graphql-weaver to be used in a pure webpack environment).