Alessia Bellisario

Results 29 issues of Alessia Bellisario

See: https://github.com/facebook/jest/issues/11956

**Describe the bug** In https://github.com/apollographql/router-defer-e2e-tests/pull/8, some tests were added for error cases. For the following query: ```graphql query TestQuery { allProducts { ...ErrorFragment @defer sku id } } fragment ErrorFragment...

raised by user
component/defer

# Bug report ## Packages affected - [ ] sandpack-client - [ ] sandpack-react - [x] sandpack bundler - let me know if this issue should be moved elsewhere :)...

bug
triage

Introduces a new testing utility currently in `src/testing/core/schemaProxy.ts` (name subject to change) which creates a [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) object to a user-supplied schema, allowing users to set (and override) mock resolvers inline...

Related to https://github.com/apollographql/router/pull/4640. The final outcome is still TBD. This draft PR ignores a payload with a single key and `payload: null` (as distinct from the protocol error case in...

### Issue Description Adds documentation for the ability to specify "fuzzy" or heuristic subtype matching. See details in https://github.com/apollographql/apollo-client/pull/6901. ### Link to Reproduction N/A ### Reproduction Steps _No response_

📝 documentation

Closes #11348. Initial refactor of `useFragment`'s call to `cache.watch` into separate `watchFragment` method on the cache. All `useFragment` tests are 🟢. To do: - [x] confirm we can start with...

🧞‍♂️ enhancement
🥚 backwards-compatible
auto-cleanup

### Issue Description Bug was initially repoted on https://github.com/apollographql/apollo-client/issues/10639, see linked PR with failing test case for full reproduction. So far it seems to make this bug pop up you...

🐞 bug
💸 caching

Draft pull request with failing test, see issue for more information https://github.com/apollographql/apollo-client/issues/11522.

### Issue Description There are three codesandboxes that live in the [docs-examples](https://github.com/apollographql/docs-examples/tree/main/apollo-client/v3) repo and are referenced in our docs. We'd like to migrate them to use Vite instead of CRA,...

📝 documentation
:books: good-first-issue