Skip to content

Commit b406317

Browse files
committed
readme
1 parent ab5ffdc commit b406317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const resolvers = {
3737
)
3838
},
3939
},
40+
...github.remoteResolvers(typeDefs),
4041
}
4142

4243
const server = new GraphQLServer({ resolvers, typeDefs })
@@ -49,4 +50,4 @@ Simply follow [this guide](https://developer.github.com/v4/guides/forming-calls/
4950

5051
## Resources
5152

52-
- Github GraphQL Explorer: https://developer.github.com/v4/explorer/
53+
- Github GraphQL Explorer: https://developer.github.com/v4/explorer/

0 commit comments

Comments
 (0)