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 N/A ### Question Keep in mind I replaced some sensitive info with placeholders. Here is the schema(schema.ql.ts) auto generated using this `npx ampx generate schema-from-database --connection-uri-secret...
### Describe the feature you'd like to request Say there is a `Team` has a one-to-many relationship to `Member`. My goal is to get team members sorted by `createdAt` field....
#### Description of changes - Update Schema generator package to add handling of enums globally - Inside the model use ref() to define those enums - Added unit test to...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? 20.17.0 ### Amplify CLI Version 12.13.0 ### What operating system are...