GraphQL, QueryDsl null Fetching Error

Kyle_Kim·2023년 1월 31일
0

GraphQL디버거에서 나온 에러내용

"Exception while fetching data (/comparePartsCond) : null",

IntelliJ console에서 나오는 에러내용

UnsupportedOperationException: null

원인은 queryDsl쿼리를 JPAexpression객체로 불러서 나오는 에러였다. 원래대로라면 JPAQueryFactory가 QueryDsl쿼리를 부르는 맞는 객체이다.

profile
Make Things Right

0개의 댓글