flutter_universal_sync_graphql 0.1.0
flutter_universal_sync_graphql: ^0.1.0 copied to clipboard
GraphQL RemoteSyncAdapter for the flutter_universal_sync family. Pulls via queries and pushes via mutations over a single GraphQL endpoint.
Changelog #
0.1.0 — 2026-06-21 #
Initial release. GraphQL RemoteSyncAdapter for the flutter_universal_sync
family.
Added #
GraphQLSyncAdapterover a singlePOST <endpoint>with{query}. You supply per-tablepullQuerybuilders and an optionalpushMutationbuilder (omit it for a read-only endpoint). GraphQLerrorsand non-2xx map toSyncPullException/SyncPushException.MockClientunit tests, plus a live pull integration test against the SpaceX GraphQL API (dart test -t integration).