graphql-engine/server/src-lib/Hasura/GraphQL/Parser
Antoine Leblanc 80243a5c34 Remove MonadTableInfo and MonadRole.
### Description

This PR moves Hasura-specific schema functions from `Hasura.GraphQL.Parser.Class` into `Hasura.GraphQL.Schema.Common`. It also removes the two corresponding monad aliases, and consequently harmonizes several parts of the code to use the same common constraint.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3947
GitOrigin-RevId: 40985a7d86da97a311bd480f9a57cc18c350c2a8
2022-03-10 12:13:35 +00:00
..
Class server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Internal Avoid NonNullableType 2021-12-20 17:03:28 +00:00
Class.hs Remove MonadTableInfo and MonadRole. 2022-03-10 12:13:35 +00:00
Collect.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Column.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Directives.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Monad.hs Remove Unique from Definition 2021-12-01 16:21:35 +00:00
Schema.hs server: optimize collectTypeDefinitions and refactor 2022-02-24 18:56:22 +00:00