Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 190 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 190 Bytes

Vydia GraphQL Documentation

Getting Started

git checkout master
git pull origin master
yarn generate-graphdoc
git add .
git commit -m "Updating docs"
git push origin master