Open
Description
Issue Description
When running client.watchFragment
, the result returned from the observable reports the result as complete: true
when the from
object is not identifiable (i.e. cache.identify
returns undefined
). The data
object is empty and is correct, but we should also reflect this in the complete
and missing
properties as well.
Link to Reproduction
Reproduction Steps
See the failing test for the example
@apollo/client
version
3.11.4