graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema
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
..
Cache Avoid Arrows by interpreting monads 2022-02-22 18:09:50 +00:00
Cache.hs Replace all occurrences of mapMaybe id by catMaybes. 2022-03-03 20:13:10 +00:00
Catalog.hs Metadata code cleanups 2022-02-18 12:47:56 +00:00
Diff.hs Customization of table GraphQL schema descriptions 2022-02-10 06:32:44 +00:00
Enum.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Function.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
LegacyCatalog.hs Customization of computed field GraphQL schema descriptions 2022-02-15 23:17:27 +00:00
Rename.hs Unified remote relationship metadata 2021-12-01 04:54:30 +00:00
Source.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Table.hs Customization of table GraphQL schema descriptions 2022-02-10 06:32:44 +00:00