platform/graphql_schema/CHANGELOG.md

12 lines
232 B
Markdown
Raw Normal View History

2019-04-11 17:05:47 +00:00
# 1.0.4
* Add `convert` method to types, to avoid some annoying generics bugs.
2019-03-29 00:30:40 +00:00
# 1.0.3
* `enumTypeFromStrings` now returns `GraphQLEnumType<String>`.
2019-02-03 20:25:02 +00:00
# 1.0.2
* Added `GraphQLClass()`.
* Added `typeName`.
2018-10-23 16:02:53 +00:00
# 1.0.1
* Dart 2 updates.