graphql-engine/server/src-lib/Hasura/Backends
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
..
BigQuery server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00
DataConnector Increase timeout for DC Agents 2022-07-27 07:19:44 +00:00
MSSQL server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00
MySQL server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00
Postgres server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00