we don't want to fetch all children at once, learn about cursor based scrolling. Design a query to only fetch next 10 children at once. We might change this number from 10 to something else tomorrow, keep in mind that changing this number should be easy for developers in future.
we don't want to fetch all children at once, learn about cursor based scrolling. Design a query to only fetch next 10 children at once. We might change this number from 10 to something else tomorrow, keep in mind that changing this number should be easy for developers in future.