synquill_graphql 0.9.0 copy "synquill_graphql: ^0.9.0" to clipboard
synquill_graphql: ^0.9.0 copied to clipboard

GraphQL adapter for the Synquill offline-first data engine.

0.9.0 #

  • Updated the synquill dependency constraint for the 0.9.x runtime.

0.8.2 #

  • Resolve critical runtime and generator issues.

0.8.0 #

  • Initial release of synquill_graphql package.
  • Implements GraphQLApiAdapter supporting GraphQL CRUD operations.
  • Added modular execution layers via mixins:
    • GraphQLExecutionMixin for sending queries/mutations with built-in AST document caching.
    • GraphQLResponseParsingMixin for decoding standardized GraphQL response envelopes.
    • GraphQLSubscriptionMixin for managing WebSocket subscription lifecycles over graphql-transport-ws.
    • GraphQLErrorHandlingMixin for mapping remote errors to standard domain exceptions.
  • Added query batching engine (GraphQLBatchOptions) with execution safety configurations and debouncing logic.
0
likes
80
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

GraphQL adapter for the Synquill offline-first data engine.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, gql, gql_exec, gql_link, gql_websocket_link, logging, meta, synquill

More

Packages that depend on synquill_graphql