mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
7ce858cec9
## Description Fixes https://hasurahq.atlassian.net/browse/V3ENGINE-134 The problem is caused by a local relationship with multiple remote joins inside. The `not_nested` case passes, but `nested` and `very_nested` fail. The root cause of the problem was wrong assumption in the collecting of join arguments code. This PR fixes it, and also refactors the remote joins execution code to make it easier (hopefully) to follow . --------- Co-authored-by: Anon Ray <rayanon004@gmail.com> Co-authored-by: Anon Ray <ecthiender@users.noreply.github.com> V3_GIT_ORIGIN_REV_ID: 52f5449261406da51a3a6ea7d96d1b166220e8fe |
||
---|---|---|
.. | ||
auth | ||
custom-connector | ||
engine | ||
lang-graphql | ||
metadata-resolve | ||
metadata-schema-generator | ||
open-dds | ||
schema | ||
utils |