rdb00
rdb00
I ran into this as well, I think the problem is that `IdOperationFilterInputType` is still trying to deserialize even if you haven't enabled Relay support via `AddGlobalObjectIdentification()`
@dariuszkuc interface object is supported but there is no way to add reference resolvers on interfaces. So, technically you can make it work if the subgraph where the actual interface...
The problem then is registering a reference resolver. `KeyInterface` also works for getting the directive on the interface, but there's no way to register a reference resolver. I tried using...
This could be considered a duplicate of this issue. `@interfaceObject` IS supported now, but we still just don't have a way to register a ref resolver on the actual interface...