Replies: 1 comment
-
You'll need to unmask fragment types. I created an issue for it here: #9075. You can look at the implementation proof of concept on TypeScript Playground for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using msw.js to mock the api responses for my tests. I'd like to use the generated types for these mocks, but currently I can't do that, because of fragment masking. Is anyone aware of a workaround to solve the issue?
Beta Was this translation helpful? Give feedback.
All reactions