Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

오타 수정 #6

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/learn/BestPractice-ThinkingInGraphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fragment previewInfo on Email {

경우에 따라, 클라이언트가 데이터를 사용하는 방식을 완벽하게 반영하지 않는 기존 데이터 소스로 작업하는 경우가 있습니다. 이 경우 레거시 데이터베이스 스키마를 미러링하는 대신 클라이언트가 데이터를 사용하는 방식을 설명하는 GraphQL 스키마를 작성하는 것이 좋습니다.

`how`보다는 `what`을 표현하도록 GraphQL 스키마를 작성하세요. 그러면, 기존 클라이언트와의 인터페이스를 유지한채로 구현 세부사항을 추가할 수 있습니다.
`what`보다는 `how`를 표현하도록 GraphQL 스키마를 작성하세요. 그러면, 기존 클라이언트와의 인터페이스를 유지한채로 구현 세부사항을 추가할 수 있습니다.

## 한 번에 한 스텝씩
> 검증 및 피드백을 보다 자주 받으세요.
Expand Down