Commit 6c1c872
fix(graphql): skip client-side validation errors in error logging
GraphQL validation errors (unknown fields, syntax) have no
original_error — these are client mistakes, not server errors.
Skip them to avoid noisy Slack alerts.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 275f127 commit 6c1c872
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments