Skip to content

[CHORE] GraphQL 도입 (Apollo Server + Client + Codegen) #37

Description

@dev-oil

작업 목록

Apollo Server

  • @apollo/server, graphql 설치
  • app/api/graphql/route.ts 생성
  • Animal, Query 스키마 정의
  • Resolver 작성 (공공 API → GraphQL 응답 변환)

Apollo Client

  • @apollo/client 설치 및 설정
  • 기존 REST 호출 → useQuery로 교체
  • graphql-codegen 설치 및 타입 자동 생성 설정

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreMaintenance and configuration tasks

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions