Skip to content
New issue

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

Fix GraphQLTransportWSHandler returning invalid error message for query and mutation errors. #1139

Merged
merged 4 commits into from
Jan 8, 2024

Fix mypy error

7a55fe9
Select commit
Loading
Failed to load commit list.
Merged

Fix GraphQLTransportWSHandler returning invalid error message for query and mutation errors. #1139

Fix mypy error
7a55fe9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2023 in 0s

97.84% (-0.01%) compared to c4cdefb

View this Pull Request on Codecov

97.84% (-0.01%) compared to c4cdefb

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (c4cdefb) 97.85% compared to head (7a55fe9) 97.84%.
Report is 5 commits behind head on master.

Files Patch % Lines
ariadne/asgi/handlers/graphql_transport_ws.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1139      +/-   ##
==========================================
- Coverage   97.85%   97.84%   -0.01%     
==========================================
  Files         109      109              
  Lines        7865     7878      +13     
==========================================
+ Hits         7696     7708      +12     
- Misses        169      170       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.