@wepublish/api
Version:
API core for we.publish.
15 lines • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getNavigations = void 0;
const getNavigations = (navigation) => {
return navigation.findMany({
orderBy: {
createdAt: 'desc'
},
include: {
links: true
}
});
};
exports.getNavigations = getNavigations;
//# sourceMappingURL=navigation.public-queries.js.map