Skip to content

GraphQL _health 쿼리 DataFetcher 구현 #32

@robinjoon

Description

@robinjoon

배경

현재 schema.graphqls_health: Boolean 쿼리가 문법상의 이유로 존재하지만, 실제 DataFetcher가 없어 동작하지 않음.

목표

  • _health 쿼리가 실제로 동작하여 true를 반환하도록 구현
  • health BC 패키지에 DataFetcher 생성

제약조건

  • 프로젝트 아키텍처(DDD + Clean Architecture) 준수
  • health BC는 단순 liveness 확인 목적이므로 최소 구조로 구현
  • DGS Codegen 규칙 준수

관련 문서

  • docs/architecture.md
  • src/main/resources/schema/schema.graphqls

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature새 기능 구현

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions