()
| 26 | * - Batched queries: `/*prismaQuery='User.findUnique:W3siYXJndW1lbnRzIjp7IndoZXJlIjp7ImlkIjp7IiR0eXBlIjoiUGFyYW0ifX19fV0'* /` |
| 27 | */ |
| 28 | export function prismaQueryInsights(): SqlCommenterPlugin { |
| 29 | return (context) => { |
| 30 | const insight = formatQueryInsight(context.query) |
| 31 | return { prismaQuery: insight } |
| 32 | } |
| 33 | } |
no test coverage detected