amplify-codegen
amplify-codegen copied to clipboard
Amplify Codegen is a JavaScript toolkit library for frontend and mobile developers building Amplify applications.
#### Description of changes Added granular modelgen support for Java For the other libraries, the generated code has no problem and only library support is needed - Android: https://github.com/aws-amplify/amplify-android/pull/2265 -...
**Describe the bug** When a union type is defined in the `schema.graphql`, an attempt to generate DataStore models fails with the following message: ``` Unknown type SearchResult for field items....
### 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? _No response_ ### Is this related to another service? _No response_ ### Describe the feature you'd like...
### Before opening, please confirm: I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+). I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). I have done my best to include a...
### 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 your feature request related to a problem? Please describe.** There are lots of cases where a model is self-referential and the entities have a bi-directional relationship. Eg. posts with...
### 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 your feature request related to a problem? Please describe.** Is there any chance codegen can be enhanced to allow for pagination out of the box? It'd be great to...