watchFragment
reports result as complete when from
object is not identifiable
#12003
Labels
watchFragment
reports result as complete when from
object is not identifiable
#12003
Issue Description
When running
client.watchFragment
, the result returned from the observable reports the result ascomplete: true
when thefrom
object is not identifiable (i.e.cache.identify
returnsundefined
). Thedata
object is empty and is correct, but we should also reflect this in thecomplete
andmissing
properties as well.Link to Reproduction
#12002
Reproduction Steps
See the failing test for the example
@apollo/client
version3.11.4
The text was updated successfully, but these errors were encountered: