amplify-codegen icon indicating copy to clipboard operation
amplify-codegen copied to clipboard

Amplify Codegen is a JavaScript toolkit library for frontend and mobile developers building Amplify applications.

Results 116 amplify-codegen issues
Sort by recently updated
recently updated
newest added

### 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...

feature-request

### Amplify CLI Version 12.10.1 ### Question So I have [this schema](https://pastebin.com/VLcrTvsS) that I use in my [Amplify project on AWS](https://i.imgur.com/exOjwVF.png). This schema works perfectly fine when going through the...

feature-request
Java

### How did you install the Amplify CLI? pnpm ### If applicable, what version of Node.js are you using? v19.2.0 ### Amplify CLI Version 12.0.2 ### What operating system are...

bug
transferred
p2
DataStore

I want to keep everything DRY as I can so would like my Lambda functions to be able to reuse my GraphQL queries. Trouble is I'm not sure how to...

feature-request

### 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...

bug

** Which Category is your question related to? ** GraphQL transformer codegen ** Provide additional details e.g. code snippets ** I'm adding a fragment in a custom GraphQL query file....

feature-request
fragments-support

### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? v20.10.0 ### Amplify CLI Version 12.8.2 ### What operating system are...

feature-request
transferred

### 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...

feature-request
plugins-support

### Is this feature request related to a new or existing Amplify category? function, api ### Is this related to another service? codegen ### Describe the feature you'd like to...

feature-request
transferred

### Description I have two parent / child tables, and the parent table has custom primary key: ```graphql type Book @model @auth(rules: [{ allow: private, ownerField: "pOwner" }]) { id:...

bug
transferred