Skip to content

Commit

Permalink
Merge branch 'ch3-사례를-GraphQL-로-극복'
Browse files Browse the repository at this point in the history
  • Loading branch information
KNU-K committed Jun 24, 2024
2 parents 493fd70 + 454ca34 commit 7eed519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ GraphQL이 Rest API의 Under-Fetching과 Over-Fetching 같은 상황을 얼마

여기서 필요한 부분을 추출해보면 아래와 같다.

- ## RestAPI
- 유저 전체 정보 - `/api/user
- RestAPI
- 유저 전체 정보 - `/api/user`
- 유저 프로필 정보 - `/api/user/:userId`
- 사용자 리뷰 목록 - `/api/user/:userId/review`
- 리뷰 상세 정보 - `/api/review/:reviewId`
Expand Down

0 comments on commit 7eed519

Please sign in to comment.