Dominic Petrick
Dominic Petrick
Is this still an issue?
@marano Sorry for being absent here. Did you manage to fix the issue?
My first intuition on the subject was neither of your options, but the possibility to provide a read-only endpoint directly in the datasource, which would cause Prisma to internally either...
A broader point: While I knew most of the answers beforehand, the spec doesn't know any of these. I couldn't hand off the implementation to somebody without knowledge of the...
Additional comment, motivated by @mavilein: Skip is also not really mentioned here. It's required for any kind of count-based pagination to actually work. ``` take: 5, skip: 0 take: 5,...
> If cursor is present, but take is not (it's undefined), then we just take the item at the cursor. Not really what I expected. Just setting a cursor should...
Implemented in: https://github.com/prisma/prisma-engines/pull/767