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 {}