-
-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decouple fetchMore logic from ObservableQuery #646
Comments
https://gist.github.com/micimize/cd51edf60d0c3f4cd04c2b78218890f1 is untested, but it should hopefully work for users not using |
Good decision, because now it is only available from client.watchQuery. |
We should extract the fundamentals of
https://github.com/zino-app/graphql-flutter/blob/6c188cbb1b287b2c1f7135c41ef4c0f1fe952886/packages/graphql/lib/src/core/observable_query.dart#L139-L198fetchMore
into a helper function, so that aQueryResult
fromclient.query
can easily be used with itrelated to #372
The text was updated successfully, but these errors were encountered: