graphql-engine/server
Chris Done 47183e8a2c Add Execute part for the MySQL data loader
The Plan part is missing, because it needs support from FromIr. That'll come in a follow up commit.

**Next PR**: #2529

This is the result of splitting up the mega PR into more digestible chunks. This is the smallest subset I've been able to collect. Missing parts are noted in comments.

The code isn't reachable from Main, so it won't affect the test suite. It just gets compiled for now.

For context, this splits up work from https://github.com/hasura/graphql-engine-mono/pull/2332

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2511
Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com>
GitOrigin-RevId: 00f30b0f494b56b3b7f8c1b0996377db4874c88d
2021-10-12 11:34:29 +00:00
..
bench-wrk server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
benchmarks ci: fix benchmark job for obsolete github auth 2021-10-11 22:48:48 +00:00
documentation Add new documentation folder and two documentation files 2021-09-15 10:04:24 +00:00
packaging ci: create non-root user hasura in graphql engine docker images 2021-09-14 08:18:20 +00:00
src-exec server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
src-lib Add Execute part for the MySQL data loader 2021-10-12 11:34:29 +00:00
src-rsr server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
src-test Feature/request transform string interpolation 2021-09-29 08:14:29 +00:00
tests-py [server] Allow Nullable action response 2021-10-11 06:56:01 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server/citus: feature branch 2021-05-21 02:47:51 +00:00
.hlint.yaml ci: improve hlint messages 2021-05-04 21:52:55 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
CONTRIBUTING.md server: drop dependency on ghc-heap-view again for profiling builds (close #2554) 2021-10-12 09:34:08 +00:00
graphql-engine.cabal Add Execute part for the MySQL data loader 2021-10-12 11:34:29 +00:00
Makefile ci: add server test jobs in buildkite 2021-09-29 04:56:02 +00:00
Setup.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
STYLE.md server, CI: use ormolu as a formatter for Haskell sources 2021-09-23 21:23:21 +00:00