graphql-engine/server/src-lib/Hasura/RQL/DML
jkachmar 647231b685 Yeet some default-extensions
Manually enables:
* EmptyCase
* ExistentialQuantification
* QuantifiedConstraints
* QuasiQuotes
* TemplateHaskell
* TypeFamilyDependencies

...in the following components:
* 'graphql-engine' library
* 'graphql-engine' 'src-test'
* 'graphql-engine' 'tests/integration'
* 'graphql-engine' tests-hspec'

Additionally, performs some light refactoring and documentation.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3991
GitOrigin-RevId: 514477d3466b01f60eca8935d0fef60dd0756838
2022-03-16 00:40:17 +00:00
..
Count.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Delete.hs server: remove redundant LANGUAGE pragmas 2022-02-25 12:40:00 +00:00
Insert.hs Replace "identity column" with "column mutability" data for all backends 2022-02-03 14:15:35 +00:00
Internal.hs Role-invariant schema constructors 2022-02-17 08:17:17 +00:00
Select.hs server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
Types.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Update.hs server: remove redundant LANGUAGE pragmas 2022-02-25 12:40:00 +00:00