graphql-engine/server/src-lib/Hasura/Backends/Postgres/DDL
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
..
Source Yeet some default-extensions 2022-03-16 00:40:17 +00:00
BoolExp.hs add jsonb to string cast support for postgres (fix #6577, #2602) 2022-03-10 07:32:59 +00:00
ComputedField.hs server/postgres/citus: fix inserting values into columns with case sensitive enum types 2022-04-11 08:05:25 +00:00
EventTrigger.hs server/MSSQL: Event Delivery System (Incremental PR - 3) 2022-04-21 07:20:34 +00:00
Function.hs server/postgres: improve fetching tables' and functions' metadata (from database) 2022-03-08 13:03:14 +00:00
RunSQL.hs Move HasServerConfigCtx to Hasura.Server.Types. 2022-04-22 14:51:00 +00:00
Source.hs server: fix bugs in clear_metadata code path 2022-04-11 11:25:13 +00:00
Table.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00