graphql-engine/server/src-lib/Hasura/GraphQL
Vladimir Ciobanu da8f6981d4 server: reduce the number of backend dispatches
Fixes https://github.com/hasura/graphql-engine-mono/issues/712

Main point of interest: the `Hasura.SQL.Backend` module.

This PR creates an `Exists` type indexed by indexed type and packed constraint while hiding all of its complexity by not exporting the constructor.

Existential constructors/types which are no longer (directly) existential:
- [X] BackendSourceInfo :: BackendSourceInfo
- [x] BackendSourceMetadata :: BackendSourceMetadata
- [x] MOSourceObjId :: MetadatObjId
- [x] SOSourceObj :: SchemaObjId
- [x] RFDB :: RootField
- [x] LQP :: LiveQueryPlan
- [x] ExecutionStep :: ExecStepDB

This PR also removes ALL usages of `Typeable.cast` from our codebase. We still need to derive `Typeable` in a few places in order to be able to derive `Data` in one place. I have not dug deeper to see why this is needed.

GitOrigin-RevId: bb47e957192e4bb0af4c4116aee7bb92f7983445
2021-03-15 13:03:55 +00:00
..
Execute server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Parser [Preview] Inherited roles for postgres read queries 2021-03-08 11:15:10 +00:00
Schema server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Transport server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Context.hs server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Execute.hs server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Explain.hs server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00
Logging.hs server: generalized LogQueryLog (fix #708) 2021-03-13 14:41:44 +00:00
Parser.hs server: schema that grows (#105) 2020-12-01 15:51:13 +00:00
RemoteServer.hs Merge pull request #113 from hasura/karthikeyan/remote-schema-permissions 2020-12-21 09:12:35 +00:00
Schema.hs server: reduce the number of backend dispatches 2021-03-15 13:03:55 +00:00