Skip to content

Commit ee7f79c

Browse files
authored
Update README.md
1 parent d7ff5c7 commit ee7f79c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Download QLens onto your desktop by going to [www.qlensapp.com](http://qlensapp
3333
## 1. Enter URI
3434
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.
3535

36+
![QLens.gif](./gif/pastingURI.gif)
37+
3638
Please see below gif to reset the URI:
3739

3840
![QLens.gif](./gif/reset.gif)
@@ -43,6 +45,11 @@ On the right side of the screen is where your life just got a whole lot easier.
4345
## 3. Download Schemas
4446
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>
4547

48+
## 4. Playground:
49+
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.
50+
51+
![QLens.gif](./gif/playground.gif)
52+
4653
## How To Contribute
4754
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.
4855

0 commit comments

Comments
 (0)