Data.Morpheus.Document
gqlDocument :: QuasiQuoter #
importGQLDocument :: FilePath -> Q [Dec] Source #
importGQLDocumentWithNamespace :: FilePath -> Q [Dec] Source #
type RootResolverConstraint (m :: Type -> Type) e (query :: (Type -> Type) -> Type) (mutation :: (Type -> Type) -> Type) (subscription :: (Type -> Type) -> Type) = (DERIVE_RESOLVERS (Resolver QUERY e m) query mutation subscription, SCHEMA query mutation subscription, Monad m) #