have to use readUpdatableFragment_EXPERIMENTAL and `story` has this issue
Open
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
This is for the tutorial: https://relay.dev/docs/tutorial/mutations-updates/
I have to use: `readUpdatableFragment_EXPERIMENTAL` because `readUpdatableFragment` doesn't exist.
```
const { updatableData } = store.readUpdatableFragment_EXPERIMENTAL(
fragment,
story
);
```
also, the `story` is having this issue:
Contributor guide
Assessment
This issue has not been assessed yet.