graphql-component
Advanced tools
Changelog
v2.0.4
delegateToComponent()
calls such that error path takes into account the already traversed path and exclusionsdelegateToComponent()
this is to avoid passing along variables for types that dont exist in the schema being delegated to.Changelog
v2.0.3
delegateToComponent()
- only arguments the target field is expecting will be extracted from the calling resolver or from the args
object provided to delegateToComponent()
depending on the situation. Previously, there were some unintended argument leakage in certain edge cases.Changelog
v2.0.1
Changelog
v2.0.0
schemaDirectives
(which returned merged directives) removed from component apiproxyImportedResolvers
feature flagexecute
delegateToComponent
to replace execute
delegateToComponent
targetRootField
option to delegateToComponent
delegateToComponent