cala-server 0.13.15

Server to sync other cala deployments
Documentation
1
2
3
4
5
6
use async_graphql::*;

pub mod core;

pub trait MutationExtensionMarker: Default + OutputType + ContainerType + 'static {}
pub trait QueryExtensionMarker: Default + OutputType + ContainerType + 'static {}