Skip to content
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

fetchMore in result #6

Open
penx opened this issue Feb 23, 2022 · 2 comments
Open

fetchMore in result #6

penx opened this issue Feb 23, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@penx
Copy link
Owner

penx commented Feb 23, 2022

https://www.apollographql.com/docs/react/data/queries/#fetchmore

@penx penx added the enhancement New feature or request label Feb 24, 2022
@penx
Copy link
Owner Author

penx commented Apr 13, 2022

This would require the result of the async function (TData) to be an array (or perhaps an object if were ok merging with {...previousData, ...data})

Perhaps we could enforce with types that this shouldn't be called if TData is not of this type, and throw an error when trying to merge if it's called anyway.

@penx
Copy link
Owner Author

penx commented Apr 13, 2022

Perhaps worth addressing #28 first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant