dartpollo 0.1.0-alpha.1
dartpollo: ^0.1.0-alpha.1 copied to clipboard
A Dart GraphQL client with caching support. Build dart types from GraphQL schemas and queries.
0.1.0-alpha.1 #
Breaking Changes #
- Package decoupled into monorepo:
dartpollo(client),dartpollo_generator(code gen),dartpollo_annotation(shared types) - Code generator moved to separate
dartpollo_generatorpackage — add it as a dev dependency build.yamlbuilder key changed fromdartpollo:todartpollo_generator|dartpollo:- Shared types (
GraphQLQuery,GraphQLResponse, etc.) moved todartpollo_annotation(re-exported fromdartpollobarrel — no import changes needed)
0.0.2 #
- Added general build options
- Fix some lint errors
0.0.1 #
- Initial release
- Generate Dart types from GraphQL schemas and queries
- Support for fragments, mutations, subscriptions
- Custom scalar mapping
- json_serializable integration