brick_offline_first_with_graphql_build 3.0.0
brick_offline_first_with_graphql_build: ^3.0.0 copied to clipboard
Code generation library for the Brick Offline First Domain using GraphQL
Unreleased #
3.0.0 #
- Remove
brick_sqlite_abstract
dependency - Remove
brick_offline_first_abstract
dependency - Remove
brick_offline_first_with_graphql_abstract
dependency - Update import paths
1.3.1 #
- Merge
brickSchemaBuilder
intobrickNewMigrationBuilder
and rename tobrickSchemaBuilder
to ensure the schema is compiled before the migration.runs_before
was not working, perhaps because of the combination withcombining_builder
1.3.0 #
- Upgrade analyzer to version 4
- Generate
RuntimeGraphqlDefinitions#subfields
asMap<String, Map<String, dynamic>>
to support nested properties of JSON-encoded fields. - Apply
@OfflineFirst(where:)
params to GraphQL document configuration. Note that the current implementation ignores multiplewhere
properties (OfflineFirst(where: {'id': 'data["id"]', 'otherVar': 'data["otherVar"]'})
) and nested values (OfflineFirst(where: {'id': 'data["subfield"]["id"]})
). - Support
brick_graphql
v2
1.2.0+1 #
- Fix migration and model discovery
1.2.0 #
- Permit using
part
andpart of
files outside of models
1.1.1 #
- Loosen dependency restrictions to major versions
1.1.0 #
- Stable release
1.0.2 #
- Enforce
brick_build
version2.0.0-rc.2
1.0.1 #
- Support
brick_offline_first_with_graphql_abstract