# unfollow
총 4개의 포스트
follow, unFollow (2)
\*\*들어가기@follow, unfollow mutaion을 실행시켜서refetchQueries가 아니라 cache를 바로 실시간으로 update하는 방법을 알아본다2가지 방법으로 알아보는데,@첫번째, update: followUserUpdate로 cache, res
2022년 5월 10일
·
0개의 댓글follow, unfollow (1)
들어가기front부분에서 user를 follow, unfollow하는 부분,일단은 cache부분은 생략하고 useMuataion, useQuery 부분만 마무리 한다.Profile에서 follow, unFollow할 수 있게 구성한다.\-styled부분에 대한 설명은
2022년 5월 10일
·
0개의 댓글9. followUser
followers User\[] @relation("FollowRelation", references:id)following User\[] @relation("FollowRelation", references:id)를 schema.prisma model User에 넣
2022년 4월 22일
·
0개의 댓글