We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553919d commit 4bbbac0Copy full SHA for 4bbbac0
README.md
@@ -38,7 +38,7 @@ const resolvers = {
38
},
39
40
// the following is needed to make interfaces, unions & custom scalars work
41
- ...github.remoteResolvers(typeDefs),
+ ...github.getAbstractResolvers(typeDefs),
42
}
43
44
const server = new GraphQLServer({ resolvers, typeDefs })
0 commit comments