graphql-engine/server/src-lib/Hasura/RQL
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
..
DDL Replace all occurrences of mapMaybe id by catMaybes. 2022-03-03 20:13:10 +00:00
DML server: remove redundant LANGUAGE pragmas 2022-02-25 12:40:00 +00:00
IR Nested action joins 2022-03-03 03:44:20 +00:00
Types server/mssql: add support for creating event triggers (incremental PR #2) 2022-03-03 09:53:49 +00:00
IR.hs Nested action joins 2022-03-03 03:44:20 +00:00
Types.hs server, pro: add support for per-role allowlists 2022-02-08 16:54:49 +00:00