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

Releases: AEB-labs/graphql-weaver

0.13.5

Choose a tag to compare

@Yogu Yogu released this 26 Aug 08:31
  • Fix: Fixed NamespaceModule removing interface implementations (#61).

0.13.4

Choose a tag to compare

@Yogu Yogu released this 24 Jun 09:08
  • Fix: @Link did not work when the targetField included non-null object types

0.12.7

Choose a tag to compare

@Yogu Yogu released this 24 Jun 09:07
  • Fix: @Link did not work when the targetField included non-null object types

0.12.6

Choose a tag to compare

@Yogu Yogu released this 04 Apr 16:32
  • 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

Choose a tag to compare

@Yogu Yogu released this 20 Mar 23:17
  • Fix: Fixed a type error that occured in recent TypeScript versions in strict mode

0.13.2

Choose a tag to compare

@Yogu Yogu released this 18 Feb 17:54
  • 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

Choose a tag to compare

@Yogu Yogu released this 06 Dec 12:09
  • Fix: Preserving the operation name in proxied requests

0.12.5

Choose a tag to compare

@Yogu Yogu released this 06 Dec 12:21
  • Fix: Preserving the operation name in proxied requests

0.13.0

Choose a tag to compare

@Yogu Yogu released this 24 Sep 16:28
  • Made compatible with graphql 14.0

0.12.4

Choose a tag to compare

@Yogu Yogu released this 24 Sep 16:28
  • Replaced node-fetch with cross-fetch (This allows graphql-weaver to be used in a pure webpack environment).