graphql-engine/server/src-lib/Hasura/GraphQL
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
..
Execute Split up module Hasura.Backend.Postgres.Translate.Select into sub-modules 2022-04-22 13:39:40 +00:00
Parser Replaces litName splices with name quasiquotes 2022-04-18 19:44:04 +00:00
Schema Refactor insert mutations IR use of "default values" 2022-04-21 16:34:04 +00:00
Transport Initial GDW Query Generation 2022-04-08 06:49:40 +00:00
Analyse.hs server: validate top level fragments in GQL query 2022-04-20 07:33:21 +00:00
Context.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Execute.hs Initial GDW Query Generation 2022-04-08 06:49:40 +00:00
Explain.hs server: streaming subscriptions execution (Incremental PR - 2) 2022-04-07 14:43:01 +00:00
Logging.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Namespace.hs Refactor type name customization 2021-11-30 09:52:53 +00:00
ParameterizedQueryHash.hs Prevent uses of unsafeMkName whenever possible. 2022-01-27 15:13:37 +00:00
Parser.hs Fix Decimal serialization for BigQuery backend 2022-04-13 17:09:45 +00:00
RemoteServer.hs Replaces litName splices with name quasiquotes 2022-04-18 19:44:04 +00:00
Schema.hs Move HasServerConfigCtx to Hasura.Server.Types. 2022-04-22 14:51:00 +00:00