Open tirumaraiselvan opened 5 years ago
Current logic is as follows which relies on the following invariant
Algo:
Sort all remote results by their alias. Call this array: remote_results
Traverse hasura json depth first
When hit a leaf field
If its array type, extract len(array) remote results from the head of remote_results
If its object type, extract one remote result from the head of remote_results
User are facing issues in the join function.