Changelog for morpheus-graphql-client-0.14.0
Changelog
0.14.0 - 15.08.2020
new features
-
supports interfaces.
-
supports of block string values.
-
support of
schema. issue #412schema { query: MyQuery } -
generated types have instance of class
Eq
breaking changes
- custom scalars Should Provide instance of class
Eq
0.13.0 - 22.06.2020
breaking changes
-
from now you should provide for every custom graphql scalar definition coresponoding haskell type definition and
GQLScalarimplementation fot it. for details seeexamples-client -
input fields and query arguments are imported without namespacing
new features
- exposed:
ScalarValues,GQLScalar,ID