graphql_generator2 2.1.1 graphql_generator2: ^2.1.1 copied to clipboard
Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server2.
Change Log #
2.1.1 #
- Updated
build.xml
to use the correct packages
2.1.0 #
- Updated
build.xml
to useangel3
packages - Upgraded to support major
analyzer
2.0.0 release
2.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
- Rename
graphql_generator
tographql_generator2
1.0.0+1 #
- Replace
snakeCase
withcamelCase
.
1.0.0 #
- Apply
package:pedantic
.
1.0.0-rc.1 #
- Add
CHANGELOG.md
,example/main.dart
. - Add documentation to
README.md
.