Q&A
ApolloError: null value in column "writer" of relation "board" violates not-null constraint
$를 variables로 바꿔서 실행해보세요! const onClickSubmit = async () => { const result = await createBoard({ variables: { writer: writer, title: title, contents: contents } }) console.log(result) }
- Likes
- 0
- Comments
- 2
- Viewcount
- 573

