# 응답을 실제로 만드는 쪽 # Question: GraphQL 응답의 상태 코드와 미디어 타입은 누가 정하는가? direction: right n0: "GraphQL 요청" { shape: rectangle } n1: "Spring GraphQL" { shape: rectangle } n2: "응답" { shape: rectangle } n3: "http 패키지" { shape: rectangle } n0 -> n1: "처리" n1 -> n2: "응답 생성" n1 -> n3: "미도달"