find_many!() { /* proc-macro */ }Expand description
prax::find_many! — schema-aware declarative DSL for the
fluent-builder’s find_many operation. See spec §4 for the full
grammar.
ⓘ
prax::find_many!(client.user, {
where: { email: { contains: "@example.com" } },
order_by: { created_at: desc },
take: 10,
});