1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-17 04:24:35 +03:00
graphql-engine/server/src-lib/Hasura/Backends/Postgres/DDL
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
..
Source Yeet some default-extensions 2022-03-16 00:40:17 +00:00
BoolExp.hs add jsonb to string cast support for postgres (fix , ) 2022-03-10 07:32:59 +00:00
ComputedField.hs Customization of computed field GraphQL schema descriptions 2022-02-15 23:17:27 +00:00
EventTrigger.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Function.hs server/postgres: improve fetching tables' and functions' metadata (from database) 2022-03-08 13:03:14 +00:00
RunSQL.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Source.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Table.hs Evie/postgres/module docs 2022-02-08 09:25:35 +00:00