Type Definition josh::graphql::Schema

source · []
pub type Schema = RootNode<'static, Query, EmptyMutation<Context>, EmptySubscription<Context>>;