-
## Problem
Currently no way to perform batch create operations.
## Suggested solution
Adding a new GraphQL mutation `createMany`, so that we can do the below:
```graphql
mutation {
c…
-
### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
31.66.0
### Please select which platform you are using if self-…
-
Hey
first off, thank you so much for making this project. It has been awesome to be integrate it with our CDK setup and although I am just getting started with it, its been awesome so far.
I am…
-
Was trying multiple orderBy and came into an issue that would throw an error "e[r].toLowerCase is not a function" when I looked into the code, I can see 'input' is being passed but it wouldn't be the …
-
After running prisma generate inside afterBundling(), we won't need the prisma package anymore. we could run yarn remove after that, also we won't need the prisma-appsync package if its being compiled…
-
** Which Category is your question related to? **
amplify schema and DynamoDB
** What AWS Services are you utilizing? **
amplify-js, amplify-cli, AppSync, DynamoDb
** Provide additional detail…
-
## Problem
Currently, fetching all data from a list operation could result into a massive response.
## Suggested solution
Adding support for pagination on all list queries:
```graphql
que…
-
Hi,
I added API in my project with command `amplify add api`, then I choose "GraphQL" as service and "Amazon Cognito User Pool" as authorization type. When CLI ask me what type of application I'm d…
-
I tried to follow the Nader Dabit's great [workshop repository](https://github.com/dabit3/full-stack-react-native-appsync-workshop)
It has been working until [`Performing Mutations`](https://gith…
-
Where filtering for custom resolvers doesn't handle the args.where, would need to split/convert (parseWhere) to {name: { contains: "rai" } }
```
{
"operation": "custom",
"model": "pagina…