Skip to content

Commit 08f1bb9

Browse files
authored
Update README.md
1 parent 4d8190d commit 08f1bb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose)
44

55
Example
66
=======
7-
Can be found here https://github.com/nodkz/graphql-compose-mongoose-example
7+
Live demo: [https://graphql-compose-mongoose.herokuapp.com/](https://graphql-compose-mongoose.herokuapp.com/?query=%7B%0A%20%20userMany(limit%3A%205)%20%7B%0A%20%20%20%20_id%0A%20%20%20%20name%0A%20%20%20%20age%0A%20%20%7D%0A%7D)
8+
Source code: https://github.com/nodkz/graphql-compose-mongoose-example
89
```js
910
import mongoose from 'mongoose';
1011
import mongooseToTypeComposer from 'graphql-compose-mongoose';

0 commit comments

Comments
 (0)