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
As explained by @leebyron in this issue comment, there exists an alternative to the resolveType interface method in the form of isTypeOf methods on the objects implementing the interface (see also #3).
As explained by @leebyron in this issue comment, there exists an alternative to the
resolveType
interface method in the form ofisTypeOf
methods on the objects implementing the interface (see also #3).The
resolveType
parameter should be made optional to support this default behavior.graphql-strong/src/interface.ts
Lines 36 to 45 in c85a0c7
The text was updated successfully, but these errors were encountered: