Function create_schema

Source
pub fn create_schema<C, W>(client: C, worker_registry: W) -> OraSchema
where C: ClientOperations, W: WorkerRegistry + Send + Sync + 'static,
Expand description

Create a GraphQL schema with the given client.