Skip to content

Commit a2c83c8

Browse files
gitsebsmickhansen
authored andcommitted
Added offset argument to default args list (#270)
1 parent a1ef2d0 commit a2c83c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/defaultListArgs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ module.exports = function () {
1212
where: {
1313
type: JSONType,
1414
description: 'A JSON object conforming the the shape specified in http://docs.sequelizejs.com/en/latest/docs/querying/'
15+
},
16+
offset: {
17+
type: GraphQLInt
1518
}
1619
};
1720

0 commit comments

Comments
 (0)