-
Hello, I've seen mention of a 'typescript-urql-graphcache' plugin that can add schema typings to the Edit: we're already using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Never mind, I found that it outputs a |
Beta Was this translation helpful? Give feedback.
Never mind, I found that it outputs a
GraphCacheConfig
type that I can add as a type argument tocacheExchange()
. Not sure why I wasn't finding this in my output file earlier but it works like a charm. Thanks again!