import type { AppContext } from '@voltro/runtime' const execute = (_input: Record, _ctx: AppContext) => ({ descriptor: { table: 'articles' as const, predicate: undefined, order: [{ column: 'createdAt' as const, direction: 'desc' as const }], take: 100, skip: undefined, projection: undefined, }, }) export default execute