Mert Karahan

Results 2 comments of Mert Karahan

` const schema = a.schema({ Todo: a .model({ title: a.string().required(), content: a.string().required(), isDone: a.boolean(), todoListId: a.id(), todoList: a.belongsTo('TodoList', 'todoListId'), }) .authorization((allow) => [allow.owner()]), TodoList: a.model({ name: a.string().required(), // hasMany relationship...

So for who uses Gen2, what should we do for this problem? [issue](https://github.com/aws-amplify/amplify-category-api/issues/2609#issuecomment-2168371400) I looked this issue but I couldn't find what to do