We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the websocket code doesn't combine results if there are more than one top level fields. This results in few test failures.
The text was updated successfully, but these errors were encountered:
I can take this one.
Sorry, something went wrong.
Merge pull request #46 from tirumaraiselvan/remote-relationships-v2-f…
b27eba5
…ix-websocket fix merge for websocket and misc (fix #31)
server: query remote server in a remote join query iff all arguments …
8eebcb9
…are not null (#31) * server: query remote server in a remote join query iff all arguments are not null Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io> GITHUB_PR_NUMBER: 6199 GITHUB_PR_URL: hasura#6199 * Update server/src-lib/Hasura/Backends/Postgres/Execute/RemoteJoin.hs Co-authored-by: Brandon Simmons <brandon@hasura.io> * Apply suggestions from code review Co-authored-by: Brandon Simmons <brandon@hasura.io> * Update server/tests-py/test_remote_relationships.py Co-authored-by: Brandon Simmons <brandon@hasura.io> * Apply suggestions from code review Co-authored-by: Brandon Simmons <brandon@hasura.io> * use guard instead of case match * add comment about the remote relationship joining * add a comment about the design discussion * update CHANGELOG Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io> Co-authored-by: Brandon Simmons <brandon@hasura.io> GitOrigin-RevId: ce7e828
tirumaraiselvan
No branches or pull requests
Currently, the websocket code doesn't combine results if there are more than one top level fields. This results in few test failures.
The text was updated successfully, but these errors were encountered: