graphql-engine/server
hasura-bot 8eebcb9bdf server: query remote server in a remote join query iff all arguments 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: https://github.com/hasura/graphql-engine/pull/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: ce7e8288d37ad7c32705f96cb6363f6ad68f3c0a
2020-11-18 09:00:12 +00:00
..
bench-wrk server: make more use of hlint (#6059) 2020-10-28 16:40:33 +00:00
packaging Switch from stack to cabal-install for building server code (close #3280) (#3558) 2020-01-17 16:07:15 -06:00
src-bench-cache server: make more use of hlint (#6059) 2020-10-28 16:40:33 +00:00
src-exec Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
src-lib server: query remote server in a remote join query iff all arguments are not null (#31) 2020-11-18 09:00:12 +00:00
src-rsr tag release v1.3.3 2020-11-17 15:05:44 +00:00
src-test Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
tests-py server: query remote server in a remote join query iff all arguments are not null (#31) 2020-11-18 09:00:12 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
.hlint.yaml Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
.stylish-haskell.yaml Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
cabal.project server: multiple sources: generalize LazyTx to LazyTxT (#6097) 2020-10-30 11:00:39 +00:00
cabal.project.ci server: Bump GHC version to 8.10.2 (#5659) 2020-08-26 23:16:23 -05:00
cabal.project.dev server: Bump GHC version to 8.10.2 (#5659) 2020-08-26 23:16:23 -05:00
cabal.project.dev-sh dev.sh: restore code coverage functionality 2020-01-23 18:35:18 -05:00
cabal.project.dev-sh.freeze dev.sh: restore code coverage functionality 2020-01-23 18:35:18 -05:00
cabal.project.dev-sh.local Migrate to GHC 8.10, upgrade dependencies. Closes #4517 2020-05-13 19:13:02 -04:00
cabal.project.freeze server: Bump GHC version to 8.10.2 (#5659) 2020-08-26 23:16:23 -05:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
CONTRIBUTING.md Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
graphql-engine.cabal Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
Makefile Remote Joins: Create relationships across database and remote schemas (#2392) 2020-05-27 20:32:58 +05:30
sample.hie.yaml Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
Setup.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
STYLE.md server: Add a Haskell style guide (#2175) 2020-04-08 02:31:30 -05:00