TheArchitecta
TheArchitecta
@tbecker Could you please expand upon this: >great. Please also note that the relationship names are all uppercase, which would create a problem in Flutter afterwards. I am seeing other...
@tbecker, Sorry I should have been more specific What does dart & flutter have to do with it? How do they relate to Amplify.?
OK, so that is a great point, the schema should really be cross-framework capable. multiple front ends capable. I am now looking for a new Platform Amplify is really f'd...
Hi @ykethan, This document is not very explanatory, is there any better explanations of GraphQL for Amplify?: [https://docs.amplify.aws/cli/graphql/data-modeling/#setup-database-tables](https://docs.amplify.aws/cli/graphql/data-modeling/#setup-database-tables)
I am unable to fix my issues. So to proceed I will have to start again from scratch (again!) with a whole new app and a new schema. To deploy...
I just built a new app with new data model with a few relatioship between tables. I deployed it in Amplify Studio. Result: **Data Model gone!** What on earth is...
@ykethan, I believe your last point is most accurate... >if not was there a deployment failure or was the page refreshed? On a deployment failure Amplify Studio reverts back to...
**This is the schema that the docs say is the norm:** ``` type Order @model { id: ID! customerID: ID! @index(name: "byCustomerByStatusByDate", sortKeyFields: ["status", "date"]) @index(name: "byCustomerByDate", sortKeyFields: ["date"]) accountRepresentativeID:...
Hi @ykethan, Created in Amplify Studio (Setup --> Data) Maybe update by cli??? Another example:  The problem here is the documentation about how to put together a good data-model,...