graphql-engine/server/src-lib/Hasura/RQL/DDL
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
..
Metadata Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Permission Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Relationship Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
RemoteRelationship Replaces litName splices with name quasiquotes 2022-04-18 19:44:04 +00:00
RemoteSchema Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Schema Make ForeignKey mappings non-empty 2022-05-10 15:44:46 +00:00
Webhook server: Rework internal webhook request transform components 2022-03-23 20:24:44 +00:00
Action.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
ApiLimit.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
ComputedField.hs server/bigquery: enable metadata API to add/drop computed fields to BigQuery tables 2022-05-04 14:53:31 +00:00
CustomTypes.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Endpoint.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
EventTrigger.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
GraphqlSchemaIntrospection.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Headers.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
InheritedRoles.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Metadata.hs Added BackendConfig to allow sources to share configuration of Data Connectors [GDW-78] 2022-04-29 02:14:10 +00:00
Network.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Permission.hs Cut ties with RQL.DML.Internal 2022-04-27 15:37:23 +00:00
QueryCollection.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
QueryTags.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Relationship.hs Make ForeignKey mappings non-empty 2022-05-10 15:44:46 +00:00
RemoteRelationship.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
RemoteSchema.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
ScheduledTrigger.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Schema.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00