-
Hi, thanks for creating this awesome starter kit!
Can you help me understand the difference between the `backend/api` and the `/api` that `Nextjs` creates (via the serverless-nextjs).
I would li…
-
### Bug description
I followed [this tutorial](https://dev.to/prisma/deploy-a-graphql-api-with-prisma-aws-appsync-aurora-serverless-cdk-ln4)
Database works. But first 2 or 3 request gives follow…
-
Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.9.0-dev.20220919
**Steps to reproduce crash**
1.
2.
3.
**Global TS Server Plugins…
-
```graphql
{
# order ascending by name first, then descending by birthday
allUsers(orderBy: [name_ASC, birthday_DESC]) {
id
}
}
```
-
**Describe the bug**
This is what i was trying to do:
```tsx
await API.graphql({ query: updateBlog, variables: { input } });
```
This is what i got:
![image](https://user-images.github…
-
This error only happens when I do it with my own database schema. The sample one works fine.
`yarn deploy
yarn run v1.22.17
warning package.json: No license field
$ prisma generate && cd cdk &&…
-
I am generating an AppSync api for a schema that contains contacts, tags, and a many-to-many relationship table. A contact can have multiple tags. Tags can be on multiple contacts. I largely followed …
-
I followed the installation guide including steps 5 & 6 outlined here:
https://prisma-appsync.vercel.app/guides/installation.html
I'm using Prisma 3.7 and followed their quickstart guide for TypeS…
-
### Bug description
following the reproduction steps, you will end up with the following error, and first I want to say that the problem *does not* come from ```next-auth``` since I initially thoug…
-
I have a problem creating custom subscription.
I've created custom resolver (to create a resource) and I would like to add custom subscription for that.
It's not clear for me if I should do anythi…