MCPcopy Create free account
hub / github.com/hashintel/hash / age_property_path

Function age_property_path

tests/graph/integration/postgres/sorting.rs:215–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213}
214
215fn age_property_path() -> EntityQueryPath<'static> {
216 EntityQueryPath::Properties(Some(JsonPath::from_path_tokens(vec![PathToken::Field(
217 Cow::Borrowed("https://blockprotocol.org/@alice/types/property-type/age/"),
218 )])))
219}
220fn name_property_path() -> EntityQueryPath<'static> {
221 EntityQueryPath::Properties(Some(JsonPath::from_path_tokens(vec![PathToken::Field(
222 Cow::Borrowed("https://blockprotocol.org/@alice/types/property-type/name/"),

Calls

no outgoing calls

Tested by

no test coverage detected