Closed dev-yesman closed 1 year ago
I suspect some of these are interfaces, and you are not passing possibleTypes
?
Can you take a look at https://www.apollographql.com/docs/react/data/fragments/#using-fragments-with-unions-and-interfaces and see if that solves your problem?
We're closing this issue now but feel free to ping the maintainers or open a new issue if you still need support. Thank you!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. For general questions, we recommend using StackOverflow or our discord server.
Need help or want to talk all things Apollo Client? Issues here are reserved for bugs, but one of the following resources should help:
Hello, I am a frontend developer working with Apollo Client and graphql-codegen to use GraphQL. In Apollo Studio, when I write the query below, it fetches the values correctly. However, strangely enough, when I craft the query in the frontend code using Apollo Client (graphql-tag), it doesn't work as expected. Is this the intended behavior? Or could it be a bug with Apollo Client or graphql-tag?
apollo-client
tag): https://stackoverflow.com/questions/tagged/apollo-client