I want to proxy some queries down from my (apollo ...
# orm-help
a
I want to proxy some queries down from my (apollo server) api into prisma, so I can get things like pagination into postgres for free (i'd rather die than hand write pagination over a db). but the docs are pretty lacking on how to do this - is this an unintended use of prisma?