graphql-engine/server/src-lib/Hasura/GraphQL/Schema
Antoine Leblanc f684fecc6c Cut ties with RQL.DML.Internal
## Description

As the name suggests, `DML.Internal` contains internal implementation details of RQL's DML. However, a lot of unrelated parts of the codebase still use some of the code it contains. This PR fixes this, and removes all imports of `RQL.DML.Internal` from outside of `RQL.DML`. Most of the time, this involves moving a function out of `DML.Internal` to an underlying module (see `getRolePermInfo`) or moving a function _back_ into it (see `checkRetCols`).

This PR also clarifies a bit the situation with `withTyAnn` and `withTypeAnn` by renaming the former into `withScalarTypeAnn` and moving them together. Worth noting: there might be a bug lurking in that function, as it doesn't seem to use the proper type annotations for some extension types!

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4380
GitOrigin-RevId: c8ae5b4e8378fefc0bcccf778d97813df727d3cb
2022-04-27 15:37:23 +00:00
..
Action.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Backend.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
BoolExp.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Build.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Common.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Instances.hs server: Renames the experimental backend modules 2022-02-25 16:09:17 +00:00
Introspect.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Mutation.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
OrderBy.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Postgres.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Remote.hs Replaces litName splices with name quasiquotes 2022-04-18 19:44:04 +00:00
RemoteRelationship.hs Remove all functions from RQL.Types.hs 2022-04-26 15:13:57 +00:00
RemoteRelationship.hs-boot simplified schema cache representation of remote relationships 2021-12-21 23:15:50 +00:00
Select.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
SubscriptionStream.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Table.hs Cut ties with RQL.DML.Internal 2022-04-27 15:37:23 +00:00
Update.hs Simplify getRolePermInfo 2022-04-27 12:17:15 +00:00