graphql-engine/server/src-lib/Hasura/Backends/DataConnector
Samir Talwar ee995aacc1 Extract out functions from columnParser in Backend.
The intent is to generalize `columnParser` to the point where it is the same across all backends, and then remove the interface in favor of a single implementation.

This extracts out `enumParser` and `possiblyNullable` as the two main areas that differ across backends. We may split `possiblyNullable` further so that we can extract some of that logic out into a common function too.

With these changes, the various `columnParser` implementations become semantically equivalent. They still do different things, and so reconciling them will require further changes.

Co-Authored-By: Antoine Leblanc <antoine@hasura.io>

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5841
GitOrigin-RevId: eec1770931eed5d72da70c97d7d0f00e33fa15d2
2022-09-13 21:22:25 +00:00
..
Adapter Extract out functions from columnParser in Backend. 2022-09-13 21:22:25 +00:00
Agent Increase timeout for DC Agents 2022-07-27 07:19:44 +00:00
IR Gdc capabilities scalar types - GDW-87 2022-09-06 04:26:03 +00:00
Schema Rename Data Wrapper to Data Connector [GDW-89] 2022-05-02 05:04:07 +00:00
Logging.hs Add Data Connector agent request logging, improve error messages, and add tracing support [GDW-83] 2022-07-11 08:05:40 +00:00
Plan.hs Gdc capabilities scalar types - GDW-87 2022-09-06 04:26:03 +00:00