Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
choyeewinag authored Feb 25, 2021
1 parent d7ff5c7 commit ee7f79c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Download QLens onto your desktop by going to [www.qlensapp.com](http://qlensapp
## 1. Enter URI
Simply enter your non-relational database (MongoDB) URI in the input form at the top of the screen and press enter. You will see a dropdown menu on the left hand side of the screen revealing all of your database schemas. Click the schemas you would like converted to GraphQL and then click the ‘Add Selected Schemas’ button.

![QLens.gif](./gif/pastingURI.gif)

Please see below gif to reset the URI:

![QLens.gif](./gif/reset.gif)
Expand All @@ -43,6 +45,11 @@ On the right side of the screen is where your life just got a whole lot easier.
## 3. Download Schemas
Click the Download Schemas button at the bottom of the code editor and the GraphQL schema code will download into a folder on your desktop. Drag the folder into your preferred code editor and voilà! Formatted GraphQL schemas right there in your code editor! It’s that easy! <br><br>

## 4. Playground:
Back in QLens, you can see your GraphQL schemas in action by clicking on the Playground button at the top right-hand side of the screen which will take you to GraphQL’s very own integrated development environment, GraphiQL where you can make queries and test your code.

![QLens.gif](./gif/playground.gif)

## How To Contribute
We would love for you to test our application and submit any issues you encouter. Please feel free to fork your own repository to and submit your own pull requests.

Expand Down

0 comments on commit ee7f79c

Please # to comment.