-
Related to issue https://github.com/maoosi/prisma-appsync/issues/87
In a new repository with Prisma-AppSync 1.0.0-rc.5 and Prisma 4.11.0
WIth the extendedWhereUnique preview feature enabled, a …
-
### Discussed in https://github.com/maoosi/prisma-appsync/discussions/113
Originally posted by **tomschut** February 17, 2023
Hi,
Perhaps a weird question, but our front-end sometimes uses…
-
_Previously titled: "The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call."_
_Changing the name because at this stage I believe it is mislea…
-
We can't implement access control for Query :: Count, see https://prisma-appsync.vercel.app/advanced/securing-api.html#%F0%9F%91%89-fine-grained-access-control. It's a readonly query but using the whe…
-
We can't implement access control for Mutation :: Delete following this guide here: see https://prisma-appsync.vercel.app/advanced/securing-api.html#%F0%9F%91%89-fine-grained-access-control.
I get…
-
Add your +1 👍 to help us prioritize high-level constructs for this service
---
### Overview:
AWS AppSync simplifies application development by letting you create a flexible API to securely ac…
-
---
source: devto
devToUrl: "https://dev.to/swyx/the-self-provisioning-runtime-3g6d"
devToReactions: 21
devToReadingTime: 10
devToPublishedAt: "2021-08-30T01:02:48.949Z"
devToViewsCount: 1187
t…
-
We are running Prisma AppSync on production with a large number of models and we're currently having to make use of the before hooks to prevent anyone from potentially running nested disconnect / dele…
-
Let's say we have the following object:
```
{
"car":{
"name":"Audi",
"color":{
"create":{
"name":"yellow"
}
},
"type":{
"co…
-
Hi,
I've recently started exploring your wonderful generator, and have run into an issue.
We've attached a postgresql db to an existing (keystone generated) schema from which we've generated the…