You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ graphql-sequelize assumes you have graphql and sequelize installed.
18
18
## Resolve helpers
19
19
20
20
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.
22
22
23
23
### Features
24
24
@@ -267,7 +267,7 @@ defaultArgs(Model);
267
267
```
268
268
269
269
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`
0 commit comments