Is it possible to do pagination in a nested list o...
# orm-help
p
Is it possible to do pagination in a nested list of objects in prisma1? I have been going through the docs but haven’t had any luck
p
Is that prisma1?
i
ooo sorry
p
I mean I’m not sure if it is or isn’t I just haven’t seen some of the syntax he mentioned so I assumed it wasn’t
i
I have no idea 😞
p
I figured it out, not sure if it’s the right way to do it but in prisma1 to get nested objects you hhave to specify a fragment and resolve the nested objects as well so I just passed a pagination parameter and controlled the pagination from the frontend by passing in a first variable which got the first x items using the js slice function.