I assume you can use the random pagination feature in DQL to help solve your issue? (introduced v21.03)
{
q(func: has(xid), random: 10){xid}
}
I assume you can use the random pagination feature in DQL to help solve your issue? (introduced v21.03)
{
q(func: has(xid), random: 10){xid}
}