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
Because of the change in #270 this code doesn't work anymore. The orphan types are ignored. I suspect it's because the previous logic overrode the original query type with federation-specific query type lazily, and the current implementation is eager.
The workaround is to define orphan_types before query, but that's still an undesired and breaking change.
The text was updated successfully, but these errors were encountered:
Up to and including version 3.8.4, the following code worked:
Because of the change in #270 this code doesn't work anymore. The orphan types are ignored. I suspect it's because the previous logic overrode the original query type with federation-specific query type lazily, and the current implementation is eager.
The workaround is to define
orphan_types
beforequery
, but that's still an undesired and breaking change.The text was updated successfully, but these errors were encountered: