aiji42 / prisma-data-proxy-alt

This is a library to alternate and self-host the Prisma Data Proxy (cloud.prisma.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL operations must contain a non-empty `query` or a `persistedQuery` extension.

Eleven-am opened this issue · comments

I get this error when trying to query the database in a next js 13 server component

I am also receiving this error on a similar usecase. Is there any solution you got @Eleven-am