Jyn
02/21/2021, 12:11 PMpagination
when querying items (20 per each). But since graphql doesn't support orderby: Random
,
I’m planning to make a new column Index
at the table (auto-increment integer) and query with randomly created 20 numbers.
But like this, I guess the pagination is not really useful nor possible, so I’m thinking to remove it.
Do you think this idea could have a possible performance bottleneck?Ryan
02/22/2021, 8:21 AM