|
1 | 1 | # graphql-compose-pagination
|
2 | 2 |
|
3 |
| -[](https://travis-ci.org/nodkz/graphql-compose-pagination) |
4 |
| -[](https://codecov.io/github/nodkz/graphql-compose-pagination) |
| 3 | +[](https://travis-ci.org/graphql-compose/graphql-compose-pagination) |
| 4 | +[](https://codecov.io/github/graphql-compose/graphql-compose-pagination) |
5 | 5 | [](https://www.npmjs.com/package/graphql-compose-pagination)
|
6 | 6 | [](http://www.npmtrends.com/graphql-compose-pagination)
|
7 |
| -[](https://gitter.im/graphql-compose/Lobby) |
| 7 | +[](https://gitter.im/graphql-compose/Lobby) |
8 | 8 | [](http://commitizen.github.io/cz-cli/)
|
9 |
| -[](https://greenkeeper.io/) |
| 9 | +[](https://greenkeeper.io/) |
10 | 10 |
|
11 |
| -This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose) family, which adds to the TypeComposer `pagination` resolver. |
| 11 | +This is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose) family, which adds to the TypeComposer `pagination` resolver. |
12 | 12 |
|
13 | 13 | Live demo: [https://graphql-compose.herokuapp.com/](https://graphql-compose.herokuapp.com/)
|
14 | 14 |
|
15 |
| -[CHANGELOG](https://github.com/nodkz/graphql-compose-pagination/blob/master/CHANGELOG.md) |
| 15 | +[CHANGELOG](https://github.com/graphql-compose/graphql-compose-pagination/blob/master/CHANGELOG.md) |
16 | 16 |
|
17 | 17 | Installation
|
18 | 18 | ============
|
@@ -45,9 +45,9 @@ Types should have following resolvers:
|
45 | 45 |
|
46 | 46 | Used in plugins
|
47 | 47 | ===============
|
48 |
| -[graphql-compose-mongoose](https://github.com/nodkz/graphql-compose-mongoose) - converts mongoose models to graphql types |
| 48 | +[graphql-compose-mongoose](https://github.com/graphql-compose/graphql-compose-mongoose) - converts mongoose models to graphql types |
49 | 49 |
|
50 | 50 |
|
51 | 51 | License
|
52 | 52 | =======
|
53 |
| -[MIT](https://github.com/nodkz/graphql-compose-pagination/blob/master/LICENSE.md) |
| 53 | +[MIT](https://github.com/graphql-compose/graphql-compose-pagination/blob/master/LICENSE.md) |
0 commit comments