// Copyright (c) 2024-2025 DeepGraph Inc.
// SPDX-License-Identifier: Apache-2.0
//
// Schema Introspection Module
//
// Provides queries and utilities for introspecting graph type schemas.
// Allows users to discover schema metadata, explore type definitions,
// and understand constraints and relationships.
// pub use queries::{
// SchemaIntrospection,
// IntrospectionQuery,
// IntrospectionResult,
// };