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

[graphiql/toolkit] support graphql-sse #3750

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Merge branch 'main' into sse

2936a79
Select commit
Loading
Failed to load commit list.
Open

[graphiql/toolkit] support graphql-sse #3750

Merge branch 'main' into sse
2936a79
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2024 in 0s

64.93% (target 50.00%)

View this Pull Request on Codecov

64.93% (target 50.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 43 lines in your changes missing coverage. Please review.

Project coverage is 64.93%. Comparing base (a929862) to head (2936a79).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
...l-toolkit/src/create-fetcher/create-sse-fetcher.ts 0.00% 37 Missing ⚠️
...aphiql-toolkit/src/create-fetcher/createFetcher.ts 0.00% 5 Missing ⚠️
packages/graphiql/test/schema.js 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3750      +/-   ##
==========================================
- Coverage   65.32%   64.93%   -0.39%     
==========================================
  Files         122      123       +1     
  Lines        7003     7045      +42     
  Branches     2260     2252       -8     
==========================================
  Hits         4575     4575              
- Misses       2411     2453      +42     
  Partials       17       17              
Files with missing lines Coverage Δ
packages/graphiql/test/schema.js 38.57% <0.00%> (ø)
...aphiql-toolkit/src/create-fetcher/createFetcher.ts 0.00% <0.00%> (ø)
...l-toolkit/src/create-fetcher/create-sse-fetcher.ts 0.00% <0.00%> (ø)