Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- toGraphQLDocument :: RootResolverConstraint m event query mut sub => proxy (RootResolver m event query mut sub) -> ByteString
- gqlDocument :: QuasiQuoter
- importGQLDocument :: FilePath -> Q [Dec]
- importGQLDocumentWithNamespace :: FilePath -> Q [Dec]
- 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)
Documentation
toGraphQLDocument :: RootResolverConstraint m event query mut sub => proxy (RootResolver m event query mut sub) -> ByteString Source #
Deprecated: use Data.Morpheus.Server.printSchema