Skip to content

Composite keys and arguments

Compare
Choose a tag to compare
@gmac gmac released this 02 Jul 03:10
· 9 commits to main since this release
2d785ec

Large rewrite of resolver internals to support composite key selections and complex argument shapes. See #141.

⚠️ Minor breaking changes:

  • Resolver key argument aliases require a simple rewrite into arguments templates:
    • old syntax: @stitch(key: "myArg:myKey")
    • new syntax: @stitch(key: "myKey", arguments: "myArg: $.myKey").
  • Regenerate all supergraph exports for latest schema formats.
  • Bust all query plan caches for latest plan format.