Skip to content

Commit b630ca1

Browse files
authored
Update README.md
1 parent b89844a commit b630ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose)
55
TODO
66
====
77
- [x] convert mongoose models to GraphQLObjectTypes (supports: all primitive types, enums, embedded documents, document arrays, embedded schemas, deep arrays of any type).
8-
- [ ] write resolve methods (findById, findByIds, findOne, findMany, updateOne, updateMany, removeOne, removeMany, count)
8+
- [x] write resolve methods (findById, findByIds, findOne, findMany, updateOne, updateMany, removeOne, removeMany, count)
99
- [ ] realize helper methods for Type construction from [apiProposal]( https://github.com/nodkz/graphql-compose-mongoose/blob/master/src/metaApiProposal.js)
1010
- [ ] in queries add support for $lt, $gt and other selector's operators
1111
- [ ] add support GraphQL Connection Type

0 commit comments

Comments
 (0)