morpheus-graphql v0.13.0 Release Notes

Release Date: 2020-06-22 // almost 4 years ago
  • 0.13.0 - 22.06.2020

    morpheus-graphql

    ๐Ÿ’ฅ breaking changes

    • ๐Ÿ“‡ renamed GQLRootResolver -> RootResolver

    ๐Ÿ†• new features

    • importGQLDocument automatically defines GQLType instances for scalar definitions
    • ๐Ÿ‘Œ supports default values

    morpheus-graphql-core

    ๐Ÿ†• new features

    • ๐Ÿ”ฆ exposed: Data.Morpheus.Types.GQLScalar
    • ๐Ÿ”ฆ exposed: Data.Morpheus.Types.ID
    • finished interface validation
    • ๐Ÿ‘Œ supports default values

    minor changes

    • ๐Ÿ”จ internal refactoring
    • โž• added dependency mtl
    • validates strings as enum from JSON value

    morpheus-graphql-client

    ๐Ÿ’ฅ breaking changes

    ๐Ÿ‘€ from now you should provide for every custom graphql scalar definition coresponoding haskell type definition and GQLScalar implementation fot it. for details see examples-client

    input fields and query arguments are imported without namespacing