Skip to content

elbarryamine/graphql-github-commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I pushed the .env file just because this is not a sensible project the app uses a fake login

{user: 'user', password: 'password'}

Guide to run the app

Run this commands

yarn

yarn tsc

yarn start

Guide to use the app

1 - Go to /playground
2 - Run generateApiKey mutation with this data (user: 'user'; password: 'password')
3 - Copy token
4 - Pass header like this

{
"token" : "Bearer <your_token>"
}

Run query listCommits
Run query sayHello

About

Graphql api endpoint to get github commits from a public repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published