morpheus-graphql v0.6.0 Release Notes

Release Date: 2019-11-02 // over 4 years ago
  • โœ‚ Removed

    • โœ‚ removed morpheus cli for code generating, if you need cli you should use morpheus-graphql-cli

    • ๐Ÿ— example API executable is removed from Production build

    • ๐Ÿ—„ deprecated Data.Morpheus.Document.toGraphQLDocument

    โž• Added

    • helper functions: liftEitherM , liftM
        liftM :: m a -> Resolver o m e a
        liftEitherM :: m (Either String a) -> Resolver o m e a