graphql-engine/server/src-lib/Hasura/GraphQL
Auke Booij 334660d906 server: refactor FromJSON FromIntrospection instances
- Inline a few instances to avoid code duplication
- Use `(<$>)` to avoid `let`
- Improve error reporting when types of invalid kind are specified in `possibleTypes` or `interfaces`.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7540
GitOrigin-RevId: 954fb710f94a275daff938b9a6e58765c4286d0c
2023-02-13 07:50:12 +00:00
..
Execute Allow backend execution to happen on the base app monad. 2023-02-09 14:40:04 +00:00
Schema Added result_type property to SingleColumnAggregate 2023-02-06 04:20:17 +00:00
Transport Allow backend execution to happen on the base app monad. 2023-02-09 14:40:04 +00:00
Analyse.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
ApolloFederation.hs server: remove built-in scalars from graphql schema printer 2022-11-10 18:53:05 +00:00
Context.hs server: runParse returns QErr 2022-06-16 12:22:30 +00:00
Execute.hs [Gardening] Eliminate boolean blindness in soAllowList 2023-02-08 03:36:45 +00:00
Explain.hs Allow backend execution to happen on the base app monad. 2023-02-09 14:40:04 +00:00
Logging.hs Remove MetadataStorageT, clean up error handling. 2023-02-03 01:05:09 +00:00
Namespace.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
ParameterizedQueryHash.hs Implement HLint suggestions and turn warnings into errors 2022-07-01 10:50:33 +00:00
RemoteServer.hs server: refactor FromJSON FromIntrospection instances 2023-02-13 07:50:12 +00:00
Schema.hs Integrating Native Query metadata and schema 2023-01-30 16:06:34 +00:00