ChilliCream/graphql-platform

Fusion Query Planner fails with list of union

tobias-tengler opened this issue · 0 comments

Product

Hot Chocolate

Version

main

Link to minimal reproduction

#7685

Steps to reproduce

See test in reproduction

What is expected?

A valid result is returned.

What is actually happening?

The Query Planner fails.
In our real use case the Query Planner doesn't produce an error (not sure why), but the Query Planner plans one ResolveByKeyBatch per union item and fails to correctly assemble the names of the products.

Relevant log output

No response

Additional context

No response