This might be more of a "does this make sense" question than a feature request, but does it make sense for resolveType to optionally be async on abstract types, the way that field resolution can be optionally async?
Or would this be weird given that resolveType always runs, while any particular field may not be required for a given query?
This might be more of a "does this make sense" question than a feature request, but does it make sense for
resolveTypeto optionally be async on abstract types, the way that field resolution can be optionally async?Or would this be weird given that
resolveTypealways runs, while any particular field may not be required for a given query?