brick_graphql 1.0.2 brick_graphql: ^1.0.2 copied to clipboard
GraphQL connector for Brick, a data persistence library. Includes annotations, adapter, model, and provider.
Unreleased #
1.0.2 #
- Add
subfields
toRuntimeGraphqlDefinition
; supportsubfields
inModelFieldsDocumentTransformer
- When a field's type declares a
toJson
method that returns a map, subfields will be automatically populated on fetch requests based on thefinal
instance fields of that field's type.
1.0.1 #
- Loosen dependency restrictions to major versions
- Expose
RuntimeGraphqlDefinition
1.0.0 #
- Stable release
0.0.1+4 #
- Supply
context
as<String, ContextEntry>
instead of type do to a limitation in JSON serialization
0.0.1+3 #
- Support supplying
context
inQuery#providerArgs
0.0.1+2 #
- Rename
fieldsToRuntimeDefinition
tofieldsToGraphqlRuntimeDefinition
0.0.1+1 #
- Return
List<_Model>
when invokingsubscribe
0.0.1 #
Alpha release