graphql-engine/server/src-lib/Hasura/Backends/MSSQL/Instances
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
..
API.hs server/MSSQL: Event Delivery System (Incremental PR - 3) 2022-04-21 07:20:34 +00:00
Execute.hs Kriti Transform of the DataConnectors Configuration [GDW-144] 2022-07-19 01:52:50 +00:00
Metadata.hs server/bigquery: generate graphql schema for table computed fields 2022-05-25 10:25:38 +00:00
Schema.hs server: Remove QErr and Code dependencies from the schema parsers. 2022-07-27 12:26:44 +00:00
Transport.hs server: support query tags for MSSQL data sources 2022-04-28 19:34:45 +00:00
Types.hs An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00