1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-20 14:01:39 +03:00
graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema/Cache
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
..
Common.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Dependencies.hs Use an enum for EndpointMethod and fix incorrect response aggregation. 2022-03-13 07:41:02 +00:00
Fields.hs Avoid Arrows by interpreting monads 2022-02-22 18:09:50 +00:00
Permission.hs server: enable inherited roles by default 2021-10-05 12:29:32 +00:00