graphql-engine/server/src-lib/Hasura/Incremental
Tom Harding 3db241155d Make ForeignKey mappings non-empty
Previously, these were represented with a HashMap, but supposedly that map can never be empty. Now, it uses NEHashMap, which carries the non-empty invariant behind a smart constructor.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4481
GitOrigin-RevId: 93ad9aaa9354f25a1ba10e8207ae19614e1e439e
2022-05-10 15:44:46 +00:00
..
Internal Make ForeignKey mappings non-empty 2022-05-10 15:44:46 +00:00
Select.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00