UNPKG

@wepublish/api

Version:
15 lines 402 B
"use strict"; 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