Releases: AEB-labs/graphql-weaver
Releases · AEB-labs/graphql-weaver
0.13.5
- Fix: Fixed
NamespaceModule
removing interface implementations (#61).
0.13.4
- Fix:
@Link
did not work when the targetField
included non-null object types
0.12.7
- Fix:
@Link
did not work when the targetField
included non-null object types
0.12.6
- 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
- Fix: Fixed a type error that occured in recent TypeScript versions in strict mode
0.13.2
- 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
- Fix: Preserving the operation name in proxied requests
0.12.5
- Fix: Preserving the operation name in proxied requests
0.13.0
- Made compatible with graphql 14.0
0.12.4
- Replaced node-fetch with cross-fetch (This allows graphql-weaver to be used in a pure webpack environment).