How to have typed fragments? #470
Unanswered
davidparys
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Let's pretend the following code:
With the following gql query
And simple product being a fragment
how come
product.price
does not exit on this type? What am I missing?All the queries from outside the fragment are typed correctly.
Beta Was this translation helpful? Give feedback.
All reactions