Releases: AEB-labs/graphql-weaver
Releases · AEB-labs/graphql-weaver
0.12.3
- Added support for
skip
argument on @join fields (#41).
0.12.2
- Added support for
extensions
property on errors, which is now passed through.
0.12.1
- Added
Export ClientExecutionResult
to exports
0.12.0
- Updated
@types/graphql
to 0.13
0.11.11
- Fixed error formatting when
locations
was not present or response status was not ok (#36)
0.11.8
- Fixed
Link defines target field as ... which does not exist
error not being properly handled by the errorHandling
policy (#34)
0.11.7
- 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
- Fixed type name conflicts when types are replaced by new types of the same name (#29)
0.11.5
- Added support for graphql 0.12 and 0.13
0.11.4
- 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)