An example app that has feeds / threads / posts etc.
git clone https://github.com/sunrise-choir/demo-graphql-client-app
cd
npm install
Generate the latest graphql schema and fragments from the ssb-patchql graphql endpoint (assuming it's running at port 8080)
npm run graphql:rebuild
npm start
browse to http://localhost:9966/.
npm test
npm run deploy