graphql-engine/sample.hie.yaml
awjchen 67b4e1cc5b server/tests: initial work on a test suite for DB-to-DB joins
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2403
Co-authored-by: Kali Vara Purushotham Santhati <72007599+purush7@users.noreply.github.com>
Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com>
Co-authored-by: Naveen Naidu <30195193+Naveenaidu@users.noreply.github.com>
Co-authored-by: Divi <32202683+imperfect-fourth@users.noreply.github.com>
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: deaad7afa9df5d3e542cf699e57957de9254f347
2021-10-20 20:02:34 +00:00

14 lines
464 B
YAML

cradle:
cabal:
- path: "./server/src-lib"
component: "graphql-engine:lib:graphql-engine"
- path: "./server/src-exec"
component: "graphql-engine:exe:graphql-engine"
- path: "./server/src-test"
component: "graphql-engine:test:graphql-engine-tests"
- path: "./server/src-bench-cache"
component: "graphql-engine:bench:cache"
- path: "./server/test"
component: "graphql-engine:test:graphql-engine-integration-tests"