graphql-engine/server/src-lib/Hasura/Backends/Postgres
Samir Talwar f01c7f4ee6 server: Remove QErr and Code dependencies from the schema parsers.
In the process of decoupling the schema parsers from the GraphQL Engine, we need to remove dependencies on `Hasura.Base.Error`.

First of all, we have avoided using `QErr` in schema parsers code, instead returning a more appropriate data type which can be converted to a `Hasura.Base.Error.QErr` later.

Secondly, we create a new `ParseErrorCode` type to represent parse failure types, which are then converted to a `Hasura.Base.Error.Code` later.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5181
GitOrigin-RevId: 8655e26adb1e7d5e3d552c77a8a403f987b53467
2022-07-27 12:26:44 +00:00
..
Connection PG SSL-cert maybe fields 2022-06-28 01:26:03 +00:00
DDL Increase timeout for DC Agents 2022-07-27 07:19:44 +00:00
Execute server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00
Instances server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00
Schema server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00
SQL server/postgres: prefix identifiers longer than 63 characters with their md5 hash 2022-07-22 15:29:02 +00:00
Translate server/postgres: prefix identifiers longer than 63 characters with their md5 hash 2022-07-22 15:29:02 +00:00
Types server: postgres multiple updates 2022-07-18 15:16:47 +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