graphql-engine/server/src-lib/Hasura/GraphQL/Parser
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
..
Class server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Internal server: correctly generate remote relationship field type 2021-08-12 12:17:52 +00:00
Class.hs server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Collect.hs server: support for custom directives 2021-05-20 10:03:50 +00:00
Column.hs server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Directives.hs Implement refresh parameter for Cached Directive 2021-06-17 06:28:45 +00:00
Monad.hs server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Schema.hs server: reduce memory usage during type collection by using a more concrete effect stack 2021-08-24 09:16:15 +00:00