Skip to content

Commit 7700231

Browse files
committed
added todo
1 parent 51cafac commit 7700231

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,9 @@ const banUser = isAdminResolver.createResolver(
8181
(root, { input }, { models: { UserModel } }) => UserModel.ban(input)
8282
);
8383
```
84+
85+
86+
### To-do
87+
88+
* Finish docs
89+
* Add more integration tests

0 commit comments

Comments
 (0)