Expand description
GraphQL integration for sphereQL spatial queries.
Provides an [async-graphql] schema with queries for cone, shell, band,
wedge, and region lookups, k-nearest-neighbor search, and real-time
subscriptions via a broadcast event bus.
Re-exports§
pub use context::*;pub use query::*;pub use subscription::*;pub use types::*;