mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
609cab89e6
### Description This small clean-up PR makes one further step towards backend-agnostic actions: it makes all the code parsing custom types backend agnostic. Surprisingly, this could be done *without* the need to finish generalizing the column parser. The remaining sore point is async queries, that still target Postgres explicitly. In theory, this is enough to start allowing non-Postgres scalars in custom types. In practice, however: - no other backend exposes scalars in a way that would allow users to do that as of this PR; - we currently have no strategy to avoid / detect scalar collisions across backends. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4691 GitOrigin-RevId: bfe63fb131e306663d4406697ce23c02736566c5 |
||
---|---|---|
.. | ||
DDL | ||
DML | ||
IR | ||
Types | ||
IR.hs |