amplify-codegen
amplify-codegen copied to clipboard
Amplify Codegen is a JavaScript toolkit library for frontend and mobile developers building Amplify applications.
### 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...
### 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...
### 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...
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...
### 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...
** 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....
### 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...
### 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...
### 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...
### 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:...