platform/graphql_schema/CHANGELOG.md
2019-04-11 13:05:47 -04:00

12 lines
No EOL
232 B
Markdown

# 1.0.4
* Add `convert` method to types, to avoid some annoying generics bugs.
# 1.0.3
* `enumTypeFromStrings` now returns `GraphQLEnumType<String>`.
# 1.0.2
* Added `GraphQLClass()`.
* Added `typeName`.
# 1.0.1
* Dart 2 updates.