graphql-engine/server/src-lib/Hasura/Backends/Postgres/Translate
Antoine Leblanc 8b0b4e5c35 Remove all functions from RQL.Types.hs
## Description

This small PR moves all functions in `RQL.Types.hs` to better locations. Most `askX` functions are moved alongside the `unsafe` functions they use. Several other functions are moved closer to their call site. `MetadataM` is moved alongside `Metadata`. This PR also documents the `ask` functions.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4355
GitOrigin-RevId: 0498a7e8f98e7a94af911dd375cad84ace7ddffa
2022-04-26 15:13:57 +00:00
..
Select server: minor nit-picks for the Postgres Select module split 2022-04-22 17:19:58 +00:00
BoolExp.hs Remove all functions from RQL.Types.hs 2022-04-26 15:13:57 +00:00
Column.hs Reduce boolean blindness by promoting data type StringifyNumbers 2022-02-23 20:19:24 +00:00
Delete.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00
Insert.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00
Mutation.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00
Returning.hs Reduce boolean blindness by promoting data type StringifyNumbers 2022-02-23 20:19:24 +00:00
Select.hs server: minor nit-picks for the Postgres Select module split 2022-04-22 17:19:58 +00:00
Types.hs Split up module Hasura.Backend.Postgres.Translate.Select into sub-modules 2022-04-22 13:39:40 +00:00
Update.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00