Skip to content

feat: GraphQL _health 쿼리 DataFetcher 구현#33

Merged
robinjoon merged 1 commit intomainfrom
ticket/#32
Mar 8, 2026
Merged

feat: GraphQL _health 쿼리 DataFetcher 구현#33
robinjoon merged 1 commit intomainfrom
ticket/#32

Conversation

@robinjoon
Copy link
Member

@robinjoon robinjoon commented Mar 8, 2026

Summary

  • _health GraphQL 쿼리가 실제로 동작하도록 HealthDataFetcher 구현
  • health BC 패키지에 Presentation 레이어 생성
  • 기존 스키마의 _health: Boolean 필드가 true를 반환

Closes #32

Test plan

  • 전체 빌드 및 테스트 통과 확인
  • { _health } GraphQL 쿼리로 동작 확인

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@robinjoon robinjoon merged commit 96a02e6 into main Mar 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GraphQL _health 쿼리 DataFetcher 구현

1 participant