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

outdated

An implementation of GraphQL's type system in Dart. Basis of graphql_server2.

Change Log #

2.1.0 #

  • Upgraded from pendantic to lints linter

2.0.0 #

  • Migrated to support Dart SDK 2.12.x NNBD
  • Rename graphql_schema to graphql_schema2

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.
1
likes
0
pub points
52%
popularity

Publisher

verified publisherdukefirehawk.com

An implementation of GraphQL's type system in Dart. Basis of graphql_server2.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, meta, source_span

More

Packages that depend on graphql_schema2