amplify-codegen
amplify-codegen copied to clipboard
Amplify Codegen is a JavaScript toolkit library for frontend and mobile developers building Amplify applications.
### Describe the feature you'd like to request Requesting that the flutter codegen (`amplify codegen models`) also generates and utilizes interface model files: ``` interface ExampleInterface { customField: String! }...
### 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 Specific Feature is your question related to? Amplify API / Data Model ### Question I have created a data model using the Amplify Studio and I deployed those...
**Describe the bug** CLI codegen models creates QueryFields that use uppercased variables. Example: `static final QueryField SESSIONID = QueryField(fieldName: "sessionID");` They get picked up by the IDE as `Name non-constant...
#### Description of changes If you apply null safety, flutter model is created incorrectly. Flutter (Channel stable, 3.7.9, on macOS 13.2.1 22D68 darwin-x64, locale ko-KR) Dart SDK version: 2.19.6 (stable)...
### 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...
### 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...
### 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...
### 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 related to a new or existing Amplify category? api ### Is this related to another service? _No response_ ### Describe the feature you'd like to request For...