//! Ergonomic Rust client for the GQL wire protocol.
//!
//! Wraps the raw tonic gRPC stubs with a typed, session-oriented API.
pub use AdminClient;
pub use CatalogClient;
pub use GqlConnection;
pub use ResultCursor;
pub use SearchClient;
pub use GqlSession;
pub use Transaction;