Skip to content

Commit e766797

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose)
55
Example
66
=======
77
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+
89
Source code: https://github.com/nodkz/graphql-compose-mongoose-example
910
```js
1011
import mongoose from 'mongoose';

0 commit comments

Comments
 (0)