synquill_graphql 0.9.0
synquill_graphql: ^0.9.0 copied to clipboard
GraphQL adapter for the Synquill offline-first data engine.
0.9.0 #
- Updated the
synquilldependency constraint for the 0.9.x runtime.
0.8.2 #
- Resolve critical runtime and generator issues.
0.8.0 #
- Initial release of
synquill_graphqlpackage. - Implements
GraphQLApiAdaptersupporting GraphQL CRUD operations. - Added modular execution layers via mixins:
GraphQLExecutionMixinfor sending queries/mutations with built-in AST document caching.GraphQLResponseParsingMixinfor decoding standardized GraphQL response envelopes.GraphQLSubscriptionMixinfor managing WebSocket subscription lifecycles overgraphql-transport-ws.GraphQLErrorHandlingMixinfor mapping remote errors to standard domain exceptions.
- Added query batching engine (
GraphQLBatchOptions) with execution safety configurations and debouncing logic.