//! First-class property-graph layer for kyma: wire types, the `GraphProvider`
//! trait, and the synthetic schema-graph provider (catalog → property-graph).
//!
//! This crate is intentionally decoupled from `kyma-core`: it consumes a
//! narrow [`SchemaSource`] trait rather than the full catalog, so providers
//! are unit-testable without a database.
pub use ;
pub use GraphProvider;
pub use SchemaGraphProvider;
pub use StoredGraphProvider;
pub use ;
pub use ;