amplify-category-api
amplify-category-api copied to clipboard
The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL...
### Amplify CLI Version 12.1.1 ### Question `@model(mutations:{delete:null}, subscriptions:null)foobar3 @model(mutations:{delete:null},subscriptions:null)foobar3 @model(mutations:{create:null, update:null, delete:null}, subscriptions:null)foobar1 @model(mutations:{create:null, update:null, delete:null}, subscriptions:null) foobar2` using the above model modification to remove unwanted queries ends up...
Not sure if a bug or an implementation error on my part, but starting with the assumption this is just a usage mistake. Originally, posted on [SO][3]. **Which Category is...
### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...
### Environment information ```plain text System: OS: macOS 13.3.1 CPU: (8) arm64 Apple M1 Pro Memory: 192.69 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.10.0 - /usr/local/bin/node Yarn: 1.22.19...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? _No response_ ### Amplify CLI Version 12.4.0 ### What operating system...
### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? v18.16.1 ### Amplify CLI Version 12.10.3 ### What operating system are...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? 16.20.2 ### Amplify CLI Version 12.10.3 ### What operating system are...
#### Description of changes Allow overwritable DynamoDB table name #### Issue #, if available N/A #### Description of how you validated changes 1. Test in sample app #### Checklist -...
**Is your feature request related to a problem? Please describe.** Currently, the [@http directive](https://docs.amplify.aws/cli/graphql-transformer/directives#http) allows path parameters, query strings, and the request body to be passed in as arguments -...