graphql_schema2 6.5.0
graphql_schema2: ^6.5.0 copied to clipboard
An implementation of GraphQL's type system in Dart. Basis of graphql_server2.
Change Log #
6.5.0 #
- Require Dart >= 3.9
6.4.1 #
- Fix analyzer warnings
6.4.0 #
- Require Dart >= 3.8
- Updated
lintsto 6.0.0 - Updated dependencies to the latest release
6.3.0 #
- Require Dart >= 3.6
- Updated
lintsto 5.0.0
6.2.0 #
- Require Dart >= 3.3
- Updated
lintsto 4.0.0
6.1.0 #
- Updated
lintsto 3.0.0 - Fixed linter warnings
- Updated repository link
6.0.0 #
- Require dart >= 3.0.x
5.0.0 #
- Require dart >= 2.17.x
4.0.0 #
- Require dart >= 2.16.x
3.0.0 #
- Implemented directives
- Added polymorphic type names (basically type alias for polymorphism)
- Updated to SDK 2.15.x
2.1.1 #
- Fixed bug in enums
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.