Error/Amplify DataStore
Field id should be of type number, string recived
conqueror-G
2022. 10. 10. 17:11
π Error μ¬μ§
-
π Error μ΄λ¦
Field id should be of type number, string recived
π« Error μμΈ
1. shema.graphqlμ μλͺ» μμ±νμ§λ μμλμ§ μ²΄ν¬
2. λ°μ΄ν° μ€ν μ΄μ μ μ₯νλ μ½λκ° μλͺ»λμμ κ°λ₯μ± μ²΄ν¬
β‘οΈ Error ν΄κ²°λ°©λ²
<ν΄κ²° μ μ½λ>
await DataStore.save(new DiaryPost({
{ // μμΈ λ°μμ§
title: '',
content: '',
}
}))
<ν΄κ²° ν μ½λ>
await DataStore.save(new DiaryPost({
...{
title: '',
content: '',
}
}))