Conversation
집계 로직이 이미 Application 레이어로 이동 완료된 상태이므로 7단계 체크 표시를 업데이트한다. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
JWT 인증된 회원이 자신의 정보(id, loginId, nickname, createdAt, updatedAt)를 조회할 수 있는 GraphQL me Query를 추가한다. password는 GraphQL 스키마에서 제외하여 응답에 노출되지 않는다. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
meQuery로 자신의 정보(id, loginId, nickname, createdAt, updatedAt)를 조회할 수 있도록 구현Test plan
{ me { id loginId nickname createdAt } }쿼리 동작 확인 (Authorization 헤더 필요)Closes #36
🤖 Generated with Claude Code