You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it ignores querying the Video service for some reason, I believe that such cases should detect services which implements the interface to prevent this issue 🤔
As we build the query graph, some edges are added between abstract types
to avoid type explosion when we can. Unfortunately, in some cases,
adding those edge was incorrect and we need to type-explode due to
some specific different between subgraphs on the definition of the
types involved. This fixes this issue.
Fixesapollographql#361
As we build the query graph, some edges are added between abstract types
to avoid type explosion when we can. Unfortunately, in some cases,
adding those edge was incorrect and we need to type-explode due to
some specific different between subgraphs on the definition of the
types involved. This fixes this issue.
Fixes#361
Co-authored-by: Mikhail Pospelov <[email protected]>
Package name: apollo-gateway occurs on
master
and latest versionsHere a commit with failing test:
Runnable reproduction:
jest -- packages/apollo-gateway/src/__tests__/integration/unions-with-value-interfaces.test.ts
Thank you for all the hard work! 🔥🚀
The text was updated successfully, but these errors were encountered: