graphql-engine/server/src-lib/Data
Samir Talwar aa18f65217 server: Move the schema parsers to their own library.
It's about time.

To do this I had to check a few more boxes.

* I copied the flags from `graphql-engine.cabal` to the libraries in `server/lib`.
* I moved `Cacheable` instances of schema parser types beside the typeclass declaration.
* I removed imports of `Hasura.Prelude` from the tests, and rewrote them accordingly.
* I copied the `TestMonad` parse monad into `server/src-test/Hasura/GraphQL/Schema/RemoteTest.hs`, which was using it. I think this could be done with the real thing, but I tried replacing it with constraints and it messed with my head somewhat.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5311
GitOrigin-RevId: ebebcc50a16f2d517b7f730fe72410827ca3e86c
2022-08-05 13:53:39 +00:00
..
Aeson Moving kriti function references into a single module for coordination of availability 2022-07-21 07:07:29 +00:00
HashMap/Strict Use witherable, remove catMaybes/mapMaybe 2022-07-29 14:53:16 +00:00
List Weeding (2/?) 2022-06-09 16:40:49 +00:00
Parser server/parsers: Reduce usages of "utils"-like functions. 2022-07-06 07:56:35 +00:00
Text server: apply naming convention to prefixing/suffixing for graphql-default 2022-07-12 08:34:38 +00:00
Time/Clock server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
URL Weeding (2/?) 2022-06-09 16:40:49 +00:00
Environment.hs Allows for mock env vars in test-webhook-transform endpoint 2021-12-09 07:59:46 +00:00
SerializableBlob.hs server: Refactor TByteString to SerializableBlob 2022-06-17 09:57:38 +00:00
SqlCommenter.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Trie.hs Extract generic containers from the codebase 2022-03-01 16:04:22 +00:00