graphql-engine/server/src-lib/Hasura/RQL
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
..
DDL Make ForeignKey mappings non-empty 2022-05-10 15:44:46 +00:00
DML Cut ties with RQL.DML.Internal 2022-04-27 15:37:23 +00:00
IR replace SQLOperator with ScalarSelectionArguments 2022-05-03 09:00:01 +00:00
Types Make ForeignKey mappings non-empty 2022-05-10 15:44:46 +00:00
IR.hs Nested action joins 2022-03-03 03:44:20 +00:00