Skip to content

Commit 6b76253

Browse files
committed
README.md
1 parent 5d388b3 commit 6b76253

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
graphql-compose-mongoose
22
======================
3-
This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose), which derives GraphQLType from your [mongoose model](https://github.com/Automattic/mongoose). Also derives bunch of internals GraphQL Types. Provide all CRUD resolvers, including `graphql connection`.
3+
This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose), which derives GraphQLType from your [mongoose model](https://github.com/Automattic/mongoose). Also derives bunch of internal GraphQL Types. Provide all CRUD resolvers, including `graphql connection`.
44

55
Installation
66
============
@@ -225,11 +225,12 @@ export type limitHelperArgsOpts = {
225225
Used plugins
226226
============
227227
### [graphql-compose-connection](https://github.com/nodkz/graphql-compose-connection)
228-
This plugin add `connection` resolver. Build in mechanism allows sort by any unique indexes (not only by id). Also supported compound sorting (by several fields).
228+
This plugin adds `connection` resolver. Build in mechanism allows sort by any unique indexes (not only by id). Also supported compound sorting (by several fields).
229229

230230
Besides standard connection arguments `first`, `last`, `before` and `after`, also added great arguments:
231231
* `filter` arg - for filtering records
232232
* `sort` arg - for sorting records
233+
233234
This plugin completely follows to [Relay Cursor Connections Specification](https://facebook.github.io/relay/graphql/connections.htm).
234235

235236
TODO

0 commit comments

Comments
 (0)