graphql-engine/server/src-lib/Hasura/Backends/MySQL/Instances
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
..
API.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Execute.hs simplification of generalized joins execution 2021-12-07 13:12:57 +00:00
Metadata.hs server/postgres: improve fetching tables' and functions' metadata (from database) 2022-03-08 13:03:14 +00:00
Schema.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Transport.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Types.hs Remove Identifier associated type family from Backend class (close #1758) 2021-12-13 16:49:09 +00:00