Skip to content

Commit 76a591f

Browse files
committed
Merge branch 'master' of github.com:mickhansen/graphql-sequelize
2 parents ba93743 + 5ebe450 commit 76a591f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ graphql-sequelize assumes you have graphql and sequelize installed.
1818
## Resolve helpers
1919

2020
A helper for resolving graphql queries targeted at Sequelize models or associations.
21-
Please take a look at [the tests](https://github.com/mickhansen/graphql-sequelize/blob/master/test/resolver.test.js) to best get an idea of implementation.
21+
Please take a look at [the tests](https://github.com/mickhansen/graphql-sequelize/blob/master/test/integration/resolver.test.js) to best get an idea of implementation.
2222

2323
### Features
2424

@@ -267,7 +267,7 @@ defaultArgs(Model);
267267
```
268268

269269
Which when added to args will let the resolver automatically support limit and ordering in args for graphql queries.
270-
Should be be used with fields of type `GraphQLList`
270+
Should be used with fields of type `GraphQLList`
271271

272272
```js
273273
import {defaultListArgs} from 'graphql-sequelize'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"mocha": "^2.2.5",
4545
"pg": "^4.4.2",
4646
"pg-hstore": "^2.3.2",
47-
"sequelize": "^3.14.0",
47+
"sequelize": "^3.16.0",
4848
"sinon": "^1.15.4",
4949
"sinon-chai": "^2.8.0",
5050
"sqlite3": "^3.0.9"

0 commit comments

Comments
 (0)