graphql_generator2 2.1.0 copy "graphql_generator2: ^2.1.0" to clipboard
graphql_generator2: ^2.1.0 copied to clipboard

outdated

Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server2.

Change Log #

2.1.0 #

  • Updated build.xml to use angel3 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 to graphql_generator2

1.0.0+1 #

  • Replace snakeCase with camelCase.

1.0.0 #

  • Apply package:pedantic.

1.0.0-rc.1 #

  • Add CHANGELOG.md, example/main.dart.
  • Add documentation to README.md.