Open mazei513 opened 1 year ago
Sorry for the direct ping @mcollina, we'd appreciate any insights as to what may possibly be responsible for this issue.
We're happy to help investigate and fix this. Any direction will be helpful as we'd love to use Mercurius, but this is currently a blocker for us to adopting it fully.
When running a query with variables inside array literal, an error
Variable "$varName" is not defined by operation "Query_fieldName".
. For example,Operations like these work on Apollo Server. When I added a similar query into the base mercurius repo's tests, it also passes. Only in mercurius-gateway it fails.
The following test fails.