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 ab5ffdc commit b406317Copy full SHA for b406317
README.md
@@ -37,6 +37,7 @@ const resolvers = {
37
)
38
},
39
40
+ ...github.remoteResolvers(typeDefs),
41
}
42
43
const server = new GraphQLServer({ resolvers, typeDefs })
@@ -49,4 +50,4 @@ Simply follow [this guide](https://developer.github.com/v4/guides/forming-calls/
49
50
51
## Resources
52
-- Github GraphQL Explorer: https://developer.github.com/v4/explorer/
53
+- Github GraphQL Explorer: https://developer.github.com/v4/explorer/
0 commit comments