throw and error/warn when "possibleTypes" are not configured and data requiring them is queried #6929
Open
Description
Please add a throw or a warning when "possibleTypes" are not configured and data requiring them is queried. Currently apollo-client returns empty object which obviously wreaks havoc at runtime.
Resolving this issue should make this common misconfiguration issue easier to identify and resolve: #6632