graphql-engine/server/src-lib/Hasura/GraphQL
Antoine Leblanc f96b889401 Replace all occurrences of mapMaybe id by catMaybes.
### Description

Several libraries define `catMaybes` as `mapMaybe id`. We had it defined in `Data.HashMap.Strict.Extended` already. This small PR also defines it in `Extended` modules for other containers and replaces every occurrence of `mapMaybe id` accordingly.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3884
GitOrigin-RevId: d222a2ca2f4eb9b725b20450a62a626d3886dbf4
2022-03-03 20:13:10 +00:00
..
Execute Replace all occurrences of mapMaybe id by catMaybes. 2022-03-03 20:13:10 +00:00
Parser server: optimize collectTypeDefinitions and refactor 2022-02-24 18:56:22 +00:00
Schema Replace all occurrences of mapMaybe id by catMaybes. 2022-03-03 20:13:10 +00:00
Transport Nested action joins 2022-03-03 03:44:20 +00:00
Analyse.hs Fixed GQL aliases not being respected in the OpenAPI schema 2022-01-27 05:55:55 +00:00
Context.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Execute.hs server, pro: add support for per-role allowlists 2022-02-08 16:54:49 +00:00
Explain.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Logging.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Namespace.hs Refactor type name customization 2021-11-30 09:52:53 +00:00
ParameterizedQueryHash.hs Prevent uses of unsafeMkName whenever possible. 2022-01-27 15:13:37 +00:00
Parser.hs Build introspection Schema ad-hoc at parsing time 2022-02-21 20:23:55 +00:00
RemoteServer.hs server: validate REST endpoint queries after metadata change 2022-02-08 04:47:52 +00:00
Schema.hs Generalize remote schemas IR 2022-02-25 20:38:46 +00:00