Graphql Weaver Versions Save

A tool to combine, link and transform GraphQL schemas

v0.13.5

4 years ago
  • Fix: Fixed NamespaceModule removing interface implementations (#61).

v0.13.4

4 years ago
  • Fix: @Link did not work when the targetField included non-null object types

v0.12.7

4 years ago
  • Fix: @Link did not work when the targetField included non-null object types

v0.12.6

5 years ago
  • 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)

v0.13.3

5 years ago
  • Fix: Fixed a type error that occured in recent TypeScript versions in strict mode

v0.13.2

5 years ago
  • Fix: Fixed abstract types in combination with type prefixes (#51)
  • Improvement: Link/join requests now take the operation name from the original operation (#52)

v0.12.5

5 years ago
  • Fix: Preserving the operation name in proxied requests

v0.13.1

5 years ago
  • Fix: Preserving the operation name in proxied requests

v0.13.0

5 years ago
  • Made compatible with graphql 14.0

0.12.4

5 years ago
  • Replaced node-fetch with cross-fetch (This allows graphql-weaver to be used in a pure webpack environment).