Skip to content

Commit 4bbbac0

Browse files
committed
update README
1 parent 553919d commit 4bbbac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const resolvers = {
3838
},
3939
},
4040
// the following is needed to make interfaces, unions & custom scalars work
41-
...github.remoteResolvers(typeDefs),
41+
...github.getAbstractResolvers(typeDefs),
4242
}
4343

4444
const server = new GraphQLServer({ resolvers, typeDefs })

0 commit comments

Comments
 (0)