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.12.3

03 Jul 09:46
Compare
Choose a tag to compare
  • Added support for skip argument on @join fields (#41).

0.12.2

03 Jul 09:48
Compare
Choose a tag to compare
  • Added support for extensions property on errors, which is now passed through.

0.12.1

03 Jul 09:48
Compare
Choose a tag to compare
  • Added Export ClientExecutionResult to exports

0.12.0

03 Jul 09:45
Compare
Choose a tag to compare
  • Updated @types/graphql to 0.13

0.11.11

02 May 18:59
Compare
Choose a tag to compare
  • Fixed error formatting when locations was not present or response status was not ok (#36)

0.11.8

26 Apr 12:13
Compare
Choose a tag to compare
  • Fixed Link defines target field as ... which does not exist error not being properly handled by the errorHandling policy (#34)

0.11.7

10 Apr 11:06
Compare
Choose a tag to compare
  • Fixed argument passing to links
  • Fixed @link-annotated fields getting removed if their @link config failed and errorHandling was set to CONTINUE or higher

0.11.6

09 Mar 12:54
Compare
Choose a tag to compare
  • Fixed type name conflicts when types are replaced by new types of the same name (#29)

0.11.5

01 Mar 16:03
Compare
Choose a tag to compare
  • Added support for graphql 0.12 and 0.13

0.11.4

18 Feb 16:28
Compare
Choose a tag to compare
  • Fixed passing through scalars supplied as variables (#20)
  • Fixed using fragments in combination with @join (#23)
  • Custom scalars can be used as @link key field (#24)
  • Errors thrown by link/join fields are reported properly (#22)