mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
aae750ae92
<!-- Thank you for submitting this PR! :) --> ## Description Much as per https://github.com/hasura/v3-engine/pull/524 for `CommandWithPermission`, this removes the `Option` from `ModelWithPermissions`. Again, select permissions are opt-in, so `Some(HashMap::new())` is the same as `None`, so we can remove this layer of indirection, which I believe was only there because we were building up the `Model` type incrementally. Functional no-op. V3_GIT_ORIGIN_REV_ID: fcb6479f32b001380ae24db6439e96339a868692 |
||
---|---|---|
.. | ||
auth | ||
custom-connector | ||
engine | ||
lang-graphql | ||
metadata-resolve | ||
metadata-schema-generator | ||
open-dds | ||
utils |