We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
블로그 태그 수정 중에 발견한 이슈입니다. 다음과 같이 있는 태그를 전부 삭제한 뒤 0개가 되도록 수정을 했을 때, 태그가 전부 삭제되지 않는 현상이 발생합니다.
전송 데이터를 확인해 보니 tags 값으로 이전 결과가 그대로 들어가 있는 것을 확인할 수 있었습니다.
url: https://v2.velog.io/graphql method: POST status code: 200 request paylode: { // ... variables: { // ... tags: ["puppeteer"], // ... } }
The text was updated successfully, but these errors were encountered:
저도 !! 태그 삭제가 안됩니다!
Sorry, something went wrong.
No branches or pull requests
발생 이슈
블로그 태그 수정 중에 발견한 이슈입니다.
다음과 같이 있는 태그를 전부 삭제한 뒤 0개가 되도록 수정을 했을 때,
태그가 전부 삭제되지 않는 현상이 발생합니다.
1. before
2. 태그 삭제 후
3. after
전송 데이터 로그
전송 데이터를 확인해 보니 tags 값으로 이전 결과가 그대로 들어가 있는 것을 확인할 수 있었습니다.
The text was updated successfully, but these errors were encountered: