morpheus-graphql-0.25.0: Morpheus GraphQL
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Morpheus.Document

Documentation

type RootResolverConstraint (m :: Type -> Type) e (query :: (Type -> Type) -> Type) (mutation :: (Type -> Type) -> Type) (subscription :: (Type -> Type) -> Type) = (EncodeConstraints e m query mutation subscription, SchemaConstraints e m query mutation subscription, Monad m) #