-
Add Examples of `Apollo GraphQL` with `lambda` or `appsync` & `Prisma`. These are very popular and widely used technologies
-
On the system architecture I see there is:
Gateway -> Lambda -> Prisma (Graphcool)
What about:
AppSync -> Lambda -> Prisma Cloud (Private cluster)
Is this possible?
-
similar to `@model` from appsync / graphcool / prisma
-
### Bug description
I have some Question for prisma2 join table. and also one issue
- Schema:
```prisma
//other
model LayoutSetting {
id Int @id @d…
-
![image](https://user-images.githubusercontent.com/3979239/229530741-dd13656c-8259-4833-841c-74cf5c103b7f.png)
Here the issue is that if you have a filter with only null (undefined) values for fiel…
-
Another idea I had was to provide multiple patterns when relevant. I realize this might feel a little counter-productive if the goal is to provide clear guidelines, but on the other hand it might save…
-
Hi, thanks for creating this. Very interesting project. I'm interested in looking at cross-platform code generators that can work with many languages that are hackable and I can contribute to. So far …
-
I'm testing this with GraphQl Playground (connected to http://localhost:62222/graphql) - mutations and queries working fine but it I'm trying to run subscription I'm getting this error:
```
{
"…
-
I would like to open discussions about implementing a ManyToMany feature.
From [here](https://github.com/NerdWalletOSS/dynamorm/pull/38):
>Supporting a Many-to-Many relationship through an inter…
-
### Bug description
I am using prisma with azure postgres flexible server
We have enabled pgbouncer and when we have some load, at that time prisma start giving below error:
```
{"message":"Erro…