You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to fix below error, which happens if the handler raises an
custom exception with `source` field inside
```
locations: list[SourceLocation] | None = [
> source.get_location(pos) for pos in positions
^^^^^^^^^^^^^^^^^^^
]
E AttributeError: 'str' object has no attribute 'get_location'
.tox/py312/lib/python3.12/site-packages/graphql/error/graphql_error.py:161: AttributeError
```
0 commit comments