GraphQLError: Syntax Error: Expected Name, found "$"
export const UPDATE_CART = gql`
mutation UPDATE_CART($id: id, $amount: amount) {
id
imageUrl
price
title
amount
}
`
* $표기를 안붙여서 나는 에러
($episode: Episode)변수 정의
'error 처리' 카테고리의 다른 글
Invalid hook call (0) | 2023.04.25 |
---|---|
[vue] Property 'props' does not exist on type '{}' (ts 2339) (0) | 2022.10.24 |
[node] node 삭제 및 nvm이용해 node 설치하기(feat. brew) (0) | 2022.10.14 |
UNMET PEER DEPENDENCY 에러시 (0) | 2022.01.24 |
[Vue Error] Consider upgrading your version of 'tslib' (0) | 2021.06.01 |