Three Ways to Deliver Prisma Reads: Pages, POST Queries, and Streaming
Read endpoints have different delivery needs. Some need stable page metadata. Some need to carry a query body that does not fit comfortably in a URL. Some can send a root record before relation-heavy
ivibe.hashnode.dev7 min read