Thanks @William_Lyon for the response. I look forward to the custom __resolveType fix.
William_Lyon:
I suppose we could add some logic to add all fields for the implemented type so they would be available in the __resolveType resolver.
This mi...
@William_Lyon have you had a chance to look at this? Interfaces and Unions are currently blockers for me. Let me know if there is anything I can do to help.
Hey @William_Lyon, I created a gist with a minimal reproduction of the issue:
gist.github.com
https://gist.github.com/smkhalsa/192a8469fb03215ef6701363d0043a7a
index.ts
require("dotenv").config();
import { ApolloServer, makeExecut...