graphql-engine/server/src-lib/Hasura/RQL/IR
Auke Booij 79b8a6a07b chore(server): move some query tags code to a sensible place
Also add a `default` implementation for `MonadQueryTags`.

This avoids a bunch of imports on `Hasura.GraphQL.Execute.Backend` which is a big module with lots of (transitive) dependencies.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8571
GitOrigin-RevId: 8ecca452721b77953e6d088c79d8d6f003f2996f
2023-03-30 21:19:38 +00:00
..
BoolExp server: delete the Cacheable type class in favor of Eq 2022-11-21 16:35:37 +00:00
Update Refactor Update IR to generalize Update vs Update Many across backends - compositional approach [GDC-687] 2023-01-10 01:56:14 +00:00
Action.hs Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
BoolExp.hs server: implement codecs for table permissions 2022-11-30 19:33:16 +00:00
Conflict.hs server: Improve code readability around OnConflict clauses 2021-12-20 11:16:46 +00:00
Delete.hs Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Insert.hs server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00
OrderBy.hs Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
RemoteSchema.hs Show RQL IR Select 2023-01-04 08:29:43 +00:00
Returning.hs Simplify instance boilerplate 2022-08-11 16:32:41 +00:00
Root.hs chore(server): move some query tags code to a sensible place 2023-03-30 21:19:38 +00:00
Select.hs rename naqi to logimo part 3 - data types 2023-02-22 13:46:54 +00:00
Update.hs Refactor Update IR to generalize Update vs Update Many across backends - compositional approach [GDC-687] 2023-01-10 01:56:14 +00:00
Value.hs server: switch to ghc 9.2 (2nd try) 2022-10-06 09:09:01 +00:00