Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-mcafee/repro-10814
https://github.com/david-mcafee/repro-10814
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/david-mcafee/repro-10814
- Owner: david-mcafee
- Created: 2023-02-08T19:28:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T18:32:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T09:41:10.174Z (2 months ago)
- Language: TypeScript
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repro-10814
Issue:
[https://github.com/aws-amplify/amplify-js/issues/10814](https://github.com/aws-amplify/amplify-js/issues/10814)Dane's investigation:
[https://github.com/aws-amplify/amplify-js/tree/fix-sort-key-index-name](https://github.com/aws-amplify/amplify-js/tree/fix-sort-key-index-name)This schema from the API docs also fails:
[https://docs.amplify.aws/cli/graphql/data-modeling/#has-many-relationships](https://docs.amplify.aws/cli/graphql/data-modeling/#has-many-relationships)Which is different from the DataStore docs:
[https://docs.amplify.aws/lib/datastore/relational/q/platform/js/#updated-schema](https://docs.amplify.aws/lib/datastore/relational/q/platform/js/#updated-schema)Potentially related: https://github.com/aws-amplify/amplify-js/issues/10864