lucid_frog
10/27/2019, 6:23 PMprisma.postsConnection({
first: 2,
skip: 2,
})
I would expect this to return the following:
{ nodes: [{...}, {...}], pageInfo: { hasNextPage: true, hasPreviousPage: true, endCursor: "...", startCursor: "..."} } however, the hasPreviousPage is always false. Don’t know if feature doesn’t work or if I’m missing something