Skip to content

Commit 3752999

Browse files
authored
Merge pull request #33 from sammarks/patch-1
fix: add orderNodesBy to knex exports
2 parents 86a43a0 + 4baeabc commit 3752999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/orm-connectors/knex/custom-pagination.js

+1
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,4 @@ module.exports.removeNodesFromBeginning = removeNodesFromBeginning;
221221
module.exports.getNodesLength = getNodesLength;
222222
module.exports.hasLengthGreaterThan = hasLengthGreaterThan;
223223
module.exports.convertNodesToEdges = convertNodesToEdges;
224+
module.exports.orderNodesBy = orderNodesBy;

0 commit comments

Comments
 (0)