oxirs-gql 0.2.4

GraphQL façade for OxiRS with automatic schema generation from RDF ontologies
Documentation
1
2
3
4
5
6
7
8
9
10
//! Multi-tenant support for GraphQL over RDF
//!
//! This module provides per-tenant schema isolation, dataset access control,
//! and request-scoped tenant context propagation.

pub mod tenant_registry;

pub use tenant_registry::{
    TenantConfig, TenantContext, TenantCustomType, TenantField, TenantOperation, TenantRegistry,
};