We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7d78e commit b2e4747Copy full SHA for b2e4747
1 file changed
libs/@local/graph/store/src/filter/protection.rs
@@ -568,7 +568,7 @@ use crate::{
568
pub enum PropertyFilterEntityQueryPath {
569
/// The entity's UUID (`entity_temporal_metadata.entity_uuid`).
570
Uuid,
571
- /// The base URLs of the entity's type(s) (`entity_is_of_type_ids.base_urls`).
+ /// The base URLs of the entity's type(s) (`entity_edition_cache.base_urls`).
572
TypeBaseUrls,
573
}
574
0 commit comments