Does typed-document-node replace some typescript-react-apollo features? #5201
Answered
by
miller-productions
miller-productions
asked this question in
Q&A
-
Hi there, I hve just come across For example, in one of the code examples we see that the approach is to work with Would this replace the approach of working withHooks from |
Beta Was this translation helpful? Give feedback.
Answered by
miller-productions
Dec 5, 2020
Replies: 1 comment 2 replies
-
Reading this discussion #4580 , I suspect the answer is yes: you probably don't need @dotansimha mentions it here Did I interpret that correctly? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reading this discussion #4580 , I suspect the answer is yes: you probably don't need
typescript-react-apollo
if you are usingtyped-document-node
.@dotansimha mentions it here
Did I interpret that correctly?