···11+---
22+'@urql/exchange-graphcache': patch
33+---
44+55+Apply `hasNext: true` and fallthrough logic to cached queries that contain deferred, uncached fields. Deferred query results will now be fetched against the API correctly, even if prior requests have been incomplete.
+1-1
exchanges/graphcache/e2e-tests/query.spec.tsx
···191191192192 cy.get('#first-data').should('have.text', 'Data: title');
193193 cy.get('#second-data').should('have.text', 'Data: foo');
194194- cy.get('#second-stale').should('have.text', 'Stale: true');
194194+ cy.get('#second-stale').should('have.text', 'Stale: false');
195195 // TODO: ideally we would be able to keep the error here but...
196196 // cy.get('#first-error').should('have.text', 'Error: [GraphQL] Test');
197197 // cy.get('#second-error').should('have.text', 'Error: [GraphQL] Test');