graphql_schema2 2.1.0
graphql_schema2: ^2.1.0 copied to clipboard
An implementation of GraphQL's type system in Dart. Basis of graphql_server2.
Change Log #
2.1.0 #
- Upgraded from
pendantictolintslinter
2.0.0 #
- Migrated to support Dart SDK 2.12.x NNBD
- Rename
graphql_schematographql_schema2
1.0.4 #
- Add
convertmethod to types, to avoid some annoying generics bugs.
1.0.3 #
enumTypeFromStringsnow returnsGraphQLEnumType<String>.
1.0.2 #
- Added
GraphQLClass(). - Added
typeName.
1.0.1 #
- Dart 2 updates.