fix: fix Apollo client cache update error for Links field (#5473)
Fixes #5437
This commit is contained in:
@ -49,11 +49,11 @@ export const responseData = {
|
||||
personDuplicates: {
|
||||
edges: [
|
||||
{
|
||||
node: { __typename: 'Person', ...mockedPeopleData[0], updatedAt: '' },
|
||||
node: { ...mockedPeopleData[0], updatedAt: '' },
|
||||
cursor: 'cursor1',
|
||||
},
|
||||
{
|
||||
node: { __typename: 'Person', ...mockedPeopleData[1], updatedAt: '' },
|
||||
node: { ...mockedPeopleData[1], updatedAt: '' },
|
||||
cursor: 'cursor2',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user