fetchMore
Found in 1 package: apollo-client
apollo-client(5 releases)
@apollo/client@4.2.10This patch release addresses several type-related bugs in Apollo Client, improving the accuracy of return types for mutations, queries with constant variable types, and options passed to various API functions. It also refines the return types for `refetch`, `fetchMore`, and `useLazyQuery` based on the provided `errorPolicy`.
@apollo/client@4.1.0-alpha.0This release adds support for the newer incremental delivery format for `@defer` and introduces `@stream` handling across handlers, while fixing several bugs related to deferred payloads and fetchMore rendering.
@apollo/client@4.0.6Patch release fixing fetchMore loading state reset issue.
@apollo/client@4.0.0-alpha.23BreakingThis release introduces significant improvements to `cache-only` query behavior, making them more predictable by preventing unnecessary fetches and initial loading states. It also modernizes link creation by favoring classes over creator functions and refines option inheritance in `fetchMore`.
v3.12.11Patch release fixing observableQuery status handling for fetchMore with no-cache policy and adding the missing main.d.cts file.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when fetchMore changes.
Learn More