Skip to content

v2.0.4

Compare
Choose a tag to compare
@brianjquinn brianjquinn released this 21 Oct 23:45
· 84 commits to master since this release
  • Fixed the error path on errors surfaced through delegateToComponent() calls such that error path takes into account the already traversed path and exclusions
  • Variables from an outer operation are no longer forwarded to the sub operation created by delegateToComponent() this is to avoid passing along variables for types that dont exist in the schema being delegated to.