Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,800 contributions in the last year
Activity overview
Contributed to
apollographql/apollo-client,
meteor/meteor,
benjamn/optimism
and 5 other
repositories
Contribution activity
June 2020
Created a pull request in apollographql/apollo-client that received 2 comments
Support options.isReference(ref, true) to check Reference validity.
The story we're telling in #6412 about using custom read functions to filter out dangling references works best if there's an easy way to check whe…
+71
−29
•
2
comments
- Revert "Avoid network after incomplete optimistic cache results. (#6419)"
- Let relayStylePagination read function return extra connection fields.
- Implement a relayStylePagination field policy helper function.
- Deprecate fetchMore updateQuery function, and provide basic field policy helper functions
- Automatically filter out dangling references from arrays.
- Stop feuds by skipping cache writes for unchanged network results.
- Allow cache.identify to take Reference objects.
- Refactor ReadMergeContext to ReadMergeModifyContext.
- Replace options.isReference(ref, true) with options.canRead(ref).
- Avoid network after incomplete optimistic cache results.
- Test that cache evictions propagate to parent queries.
- Revert #6388 and #6216, fixing #6386 and #6385.
- Allow onNewData to be called when unmounted, during SSR.
- Warn when clobbering non-normalized data in the cache.
- Revert PR #6365
- Upgrade gatsby theme to use new tsapibox
- renderToStaticMarkup is in ReactDOMServer, not ReactDOM
- Clear setTimeout handle in stopPollingQuery()
- Allow toReference to accept an id or Reference
- Change refetch() arg to use Partial<TVariables>
- Fix Rest Link URL
- fix broken link
- Automatically filter out dangling references from arrays.
- Stop feuds by skipping cache writes for unchanged network results.
- Refactor ReadMergeContext to ReadMergeModifyContext.
- Partially backpeddle #5603
- Add tests for errorPolicy:none and fix ObservableQuery bug with unpersisted error
- docs: remove obsolete toKey docs
- Replace options.isReference(ref, true) with options.canRead(ref).
- Avoid network after incomplete optimistic cache results.
- Ensure last results are reset when working with partial data
- Fix defaultDataIdFromObject type declaration
- Let maybeBroadcastWatch broadcast older results, even if unchanged.
- changed the query for mutation update
- Allow setting new ApolloLink after ApolloClient instantiation
- fix: address React StrictMode error when query resolves after unmount
- fix: typo in checkFetcher exception message
- (docs): fixed small error
- Update authentication.mdx
- Update .vscode/launch.json to match official recipe.
- Some pull request reviews not shown.