Skip to content

Passthrough operation directives

Compare
Choose a tag to compare
@gmac gmac released this 16 Oct 12:35
· 59 commits to main since this release
28da01a

Adds passthrough of operation-level directives into all subgraph executions. Ex:

query @inContext(lang: "FR") {
  getFromA # << query @inContext(lang: "FR") { getFromA }
  getFromB # << query @inContext(lang: "FR") { getFromB }
}