@castle-xyz/apollo-client
Advanced tools
Changelog
Apollo Client 3.6.8 (2022-06-10)
Fix incorrect variables
passed in FieldFunctionOptions
for nested readField
calls in read
and merge
functions. <br/>
@stardustxx in #9808
Improve repository build scripts to work better on Windows. <br/> @dylanwulf in #9805
Ensure useQuery(query, { skip: true }).called === false
rather than always returning called
as true
. <br/>
@KucharskiPiotr in #9798
Allow abandoned reobserve
requests to unsubscribe from their underlying Observable
. <br/>
@javier-garcia-meteologica in #9791