-
Hey
Is there a good way to tell prisma-appsync to ignore certain models and ideally certain fields from being generated?
We have models that we don't want part of the API but need to have as part o…
-
Right now it seems like only fields that are named `url` or `email` have been hardcoded to use the `AWSURL` and `AWSEmail` scalar types from AWS, however I would like to be able to use these types on …
-
GraphQL has a built-in compute or runtime component where developers can customize their own business logic directly at the API layer. These components are called Resolvers, and they provide the logic…
-
When adding a model, the ID field should not be required in the create type. For example, this user model
```prisma
model User {
id String @id @default(auto()) @map("_id") @db.…
-
Hey, haven't had the time to test the new update in a more practical sense, however I did update it on my project as I still had it running with a pass-through middleware, and noticed that it created …
-
Great package!
I am referering to fine-grained-access-control: https://prisma-appsync.vercel.app/advanced/securing-api.html#%F0%9F%91%89-fine-grained-access-control
I want to only allow access t…
-
I was trying to run two queries at once, and noticed that the dev server was only returning data for one of them, the other one simply returning "null".
![image](https://user-images.githubuserconte…
-
They seem to be missing in the currently generated GraphQL types, I'm not certain when they are and aren't available, but I think it would be nice to have the option to use them, maybe.
https://www…
-
-
https://github.com/maoosi/prisma-appsync/blob/8a93d2f7894b5dd56f4b76ab2b3758aedbd20bfd/docs/advanced/securing-api.md?plain=1#L153
https://github.com/maoosi/prisma-appsync/blob/8a93d2f7894b5dd56f4b76a…