graphql-platform
graphql-platform copied to clipboard
[Fusion] @require fails if no fields are manually requested from subgraph data is required from
Product
Hot Chocolate
Version
14.0.0-p.105
Link to minimal reproduction
https://github.com/ChilliCream/graphql-platform/pull/7115
Steps to reproduce
Run the test in the reproduction.
What is expected?
Required data is resolved and injected as arguments correctly.
What is actually happening?
Errors are raised that values for the (hidden) required arguments are missing.
Relevant log output
No response
Additional context
No response