update(cache, {data}) {
cache.modify({
id: cache.identify({
id: data.response.comment.answerId,
__typename: 'Answer',
}),
fields: {
commentCount(oldCount) {
return oldCount + 1
},
},
})
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)