Accelerate billing
Hi! I'm wondering how Accelerate counts queries for billing purposes. For example if I issue a single Prisma query, e.g.
prisma.user.findMany({ include: { comments: true, posts: true }})
which actually issues multiple SQL queries under the hood, is that billed as a single query or one for each underlying SQL query?2 Replies