개발 환경 설정 GraphQL SPQR 라이브러리 추가 implementation("io.leangen.graphql:graphql-spqr-spring-boot-starter:0.0.6") implementation("com.graphql-java-kickstart:graphql-java-tools:11.0.0") 기본 설정 오류 { "errors": [ { "message": "Exception while fetching data (/getErrorUser) : 사용자 조회 실패", "locations": [ { "line": 2, "column": 3 } ], "path": [ "getErrorUser" ], "extensions": { "classification": "DataFetchingExc..