graphql-engine/server/src-lib/Hasura/Backends/Postgres
Antoine Leblanc ea32b8bf82 Move HasServerConfigCtx to Hasura.Server.Types.
### Description

Small PR that moves code out of `RQL.Types.hs`. Specifically, it moves `HasServerConfigCtx` to where `ServerConfigCtx` is defined. This removes code from `RQL.Types`, makes the dependency on `Server.Types` more explicit, and will make some further cleanups easier.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4336
GitOrigin-RevId: 95bb3467d741763892c4e68a38760497157ba1aa
2022-04-22 14:51:00 +00:00
..
Connection Yeet some default-extensions 2022-03-16 00:40:17 +00:00
DDL Move HasServerConfigCtx to Hasura.Server.Types. 2022-04-22 14:51:00 +00:00
Execute Refactor insert mutations IR use of "default values" 2022-04-21 16:34:04 +00:00
Instances Split up module Hasura.Backend.Postgres.Translate.Select into sub-modules 2022-04-22 13:39:40 +00:00
Schema Replaces litName splices with name quasiquotes 2022-04-18 19:44:04 +00:00
SQL Replaces litName splices with name quasiquotes 2022-04-18 19:44:04 +00:00
Translate Split up module Hasura.Backend.Postgres.Translate.Select into sub-modules 2022-04-22 13:39:40 +00:00
Types Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Connection.hs server: split the Postgres Connection module 2022-03-09 07:15:17 +00:00
DDL.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00