본문 바로가기

Instagram Clone/GraghQL API

ETC

 

searchUser and searchPost

https://github.com/wonjongRyu/bookstagram/commit/be88151faa875f4f6e3d920db15942ff2c6e731f

follow and unfollow

https://github.com/wonjongRyu/bookstagram/commit/5170a567a531fd11a0393562c89949525b6b0b14

editUser and seeUser

https://github.com/wonjongRyu/bookstagram/commit/5c2d2189420fb0aee72412ea408b7772b345d669

me, Post

https://github.com/wonjongRyu/bookstagram/commit/5a4092111b70ea26c0e8506424025dee0e0b4042

query에서 comments의 id, text등을 요구하고 싶으면 미리 graphql에서 그 형식을 다 적어줘야 한다. 

comments만 적어놓고 comments의 id, text 등을 요구할 순 없다

'Instagram Clone > GraghQL API' 카테고리의 다른 글

IsSelf and IsFollowing  (0) 2019.10.18
SearchUser, SearchPost  (0) 2019.10.15
ToggleLike and AddComment  (0) 2019.10.14
Passport JWT  (0) 2019.10.11
Request Secret Resolver  (0) 2019.10.11