Skip to content

Commit ceb75cc

Browse files
committed
adds INode __resolveType
1 parent b026662 commit ceb75cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ const resolvers = {
114114
return EPISODE_TYPE;
115115
}
116116

117+
return null;
118+
}
119+
},
120+
INode: {
121+
__resolveType() {
117122
return null;
118123
}
119124
}

0 commit comments

Comments
 (0)