Skip to content

Commit 113d0ac

Browse files
committed
resources
1 parent 9198307 commit 113d0ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ const resolvers = {
4242
const server = new GraphQLServer({ resolvers, typeDefs })
4343
server.start(() => console.log('Server running on http://localhost:4000'))
4444
```
45+
46+
## How to create a GitHub Token
47+
48+
Simply follow [this guide](https://developer.github.com/v4/guides/forming-calls/#authenticating-with-graphql) and head over to the [token settings on GitHub](https://github.com/settings/tokens).
49+
50+
## Resources
51+
52+
- Github GraphQL Explorer: https://developer.github.com/v4/explorer/

0 commit comments

Comments
 (0)