graphql flutter
a graphql client for flutter, bringing all the features from a modern graphql client to one easy to use package.
graphql brings many benefits, both to the client: devices will need fewer requests, and therefore reduce data usage. and to the programmer: requests are arguable, they have the same structure as the request.
this project combines the benefits of graphql with the benefits of streams in dart to deliver a high-performance client.
the project took inspiration from the apollo graphql client, great work guys!
features
- queries, mutations, and subscriptions
- query polling and rebroadcasting
- in memory and persistent caching
- graphql upload
- optimistic results
- modularity
- client-state management
- automatic persisted queries (out of service)
Comments are closed.