I pushed the .env file just because this is not a sensible project the app uses a fake login
{user: 'user', password: 'password'}Run this commands
yarn
yarn tsc
yarn start1 - 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