You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing Federation reference resolver it should be possible to inject parameters using Map["some.key"] syntax. Syntax works when there are other keys present (link) but fails when we only use map key (link).
Build test harness by running make setup (from root project directory)
Run make test subgraph=hotchocolate (from root project directory)
See that test verifying composite key (@key (composite)) fails
Relevant log output
No response
Additional Context?
If you update the entity resolver of ProductResearch (linked above) type to use ObjectValueNode you can see that received entity object reference has expected values.
Version
13.0.0
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Product
Hot Chocolate
Describe the bug
When implementing Federation reference resolver it should be possible to inject parameters using
Map["some.key"]
syntax. Syntax works when there are other keys present (link) but fails when we only use map key (link).Steps to reproduce
make setup
(from root project directory)make test subgraph=hotchocolate
(from root project directory)@key (composite)
) failsRelevant log output
No response
Additional Context?
If you update the entity resolver of
ProductResearch
(linked above) type to useObjectValueNode
you can see that received entity object reference has expected values.Version
13.0.0
The text was updated successfully, but these errors were encountered: