graphql-engine/server/src-lib/Hasura/GraphQL
Auke Booij 99963a78c2 server: reduce memory usage during type collection by using a more concrete effect stack
Replaces one instance of `mtl`-style effects with `transformers`-style, as this results in a measurable reduction in memory usage. The change is kept completely within one module.

https://github.com/hasura/graphql-engine-mono/pull/1944

GitOrigin-RevId: 587b8e61725bb4a505404bbe741185759b7bceeb
2021-08-24 09:16:15 +00:00
..
Execute server: remove stray comment 2021-08-23 15:03:33 +00:00
Parser server: reduce memory usage during type collection by using a more concrete effect stack 2021-08-24 09:16:15 +00:00
Schema server: correctly generate remote relationship field type 2021-08-12 12:17:52 +00:00
Transport Remote schema execution logic 2021-08-06 13:40:37 +00:00
Context.hs server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Execute.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Explain.hs Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Logging.hs server: fix regression in query-log generation 2021-04-28 17:39:02 +00:00
ParameterizedQueryHash.hs pro, server: improve parameterised query hash handling for batched requests (fix #1767) 2021-08-02 16:05:17 +00:00
Parser.hs server: introduce new custom scalars and remove offsetParser 2021-06-10 16:14:21 +00:00
RemoteServer.hs Fix getCustomizer test case 2021-08-03 13:17:34 +00:00
Schema.hs server: inherited roles for mutations, remote schemas, actions and custom functions 2021-08-09 10:21:05 +00:00