Sylvain
Sylvain
## TLDR After using Prisma-AppSync in various projects for about a year, Iβve decided it was time to rewrite Prisma-AppSync Client API from the ground (this will not affect the...
## Problem - The current implementation of [Fine-grained access control](https://prisma-appsync.vercel.app/guides/securing-api.html#%F0%9F%91%89-fine-grained-access-control) doesn't protect nested fields. - Working with large schemas is quite cumbersome, as rules become hard to visualise. ## Suggested...
Your plugin seems very promising, and if it keeps the promises made in your comparison, then it can be a real alternative to fullPage.js. However, it's impossible for me to...
### What version of `drizzle-orm` are you using? 0.26.0 ### What version of `drizzle-kit` are you using? 0.18.0 ### Describe the Bug Using MySQL + PlanetScale and `(now() + interval...
```tsx prismaAppSync.on('log', (log) => { console.log({ // 'INFO' | 'WARN' | 'ERROR' level: log.level, // 'UNDEFINED' | 'FORBIDDEN' | 'BAD_USER_INPUT' | 'INTERNAL_SERVER_ERROR' | 'TOO_MANY_REQUESTS' type: log.type, // 200 | 401...
```graphql query getPost { twitterShareUrl } query getUser { posts { twitterShareUrl } } ``` ```tsx return await prismaAppSync.resolve({ event, runtime: { '**/{getPost,posts}/twitterShareUrl': { omit: ['twitterShareUrl'], select: { slug: true...
I've spent hours trying to get Custom Node Extensions to work before I finally stumbled upon the solution through a comment in the project's tsconfig file. I'm raising an issue...
### Issue Since updating to **@hono/[email protected]**, I'm having an issue using GraphQL Yoga. The server immediately crashes with the below message: ```shell TypeError: The "readableStream" argument must be an instance...