Its possible to get random results from some query...
# prisma-whats-new
h
Its possible to get random results from some query? So every query i get posts by random? I know there is
orderBy
but random? 🙂
n
only by querying
first: 1
and skipping a random number of nodes
h
and some plans to implement it? for example wordpress have
'orderby' => 'rand'
what get x random from query