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

remove inject method #2012

Merged
merged 2 commits into from Nov 4, 2022
Merged

remove inject method #2012

merged 2 commits into from Nov 4, 2022

Conversation

saihaj
Copy link
Collaborator

@saihaj saihaj commented Nov 4, 2022

we recommend using fetch so we should remove this.

@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2022

🦋 Changeset detected

Latest commit: f212e45

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
graphql-yoga Major
@graphql-yoga/common Patch
@graphql-yoga/node Patch
@graphql-yoga/render-graphiql Major
@graphql-yoga/plugin-apollo-inline-trace Major
@graphql-yoga/plugin-apq Major
@graphql-yoga/plugin-defer-stream Major
@graphql-yoga/plugin-persisted-operations Major
@graphql-yoga/plugin-prometheus Major
@graphql-yoga/plugin-response-cache Major
@graphql-yoga/plugin-sofa Major
apollo-federation-gateway-with-yoga Patch
apollo-subgraph-with-yoga Patch
graphql-lambda Patch
cloudflare-advanced Patch
cloudflare Patch
hackernews Patch
hello-world-benchmark Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-yoga/apollo-link 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/common 3.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/redis-event-target 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/typed-event-target 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 3.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
graphql-yoga 3.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/node 3.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-defer-stream 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-prometheus 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-sofa 1.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 3.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎
@graphql-yoga/subscription 3.0.0-alpha-20221104165008-2ae97d03 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 191916      ✗ 0    
     data_received..................: 29 MB   953 kB/s
     data_sent......................: 11 MB   368 kB/s
     http_req_blocked...............: avg=1.16µs   min=799ns    med=1µs      max=510.19µs p(90)=1.4µs    p(95)=1.7µs   
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=132.29µs p(90)=0s       p(95)=0s      
   ✓ http_req_duration..............: avg=242.28µs min=170.09µs med=221.49µs max=18.23ms  p(90)=262.19µs p(95)=304.69µs
       { expected_response:true }...: avg=242.28µs min=170.09µs med=221.49µs max=18.23ms  p(90)=262.19µs p(95)=304.69µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 95958
     http_req_receiving.............: avg=18.14µs  min=10.49µs  med=16.6µs   max=8.65ms   p(90)=21.1µs   p(95)=23.7µs  
     http_req_sending...............: avg=5.93µs   min=4µs      med=4.8µs    max=1.86ms   p(90)=7.1µs    p(95)=10.1µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=218.21µs min=150.39µs med=199.79µs max=18.13ms  p(90)=234.49µs p(95)=272.91µs
     http_reqs......................: 95958   3198.462051/s
     iteration_duration.............: avg=307.95µs min=220.29µs med=284.89µs max=18.71ms  p(90)=338.59µs p(95)=388.39µs
     iterations.....................: 95958   3198.462051/s
     vus............................: 0       min=0         max=1  
     vus_max........................: 1       min=1         max=1  

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

🚀 Website Preview

The latest changes to the website are available as preview in: https://d60d774b.graphql-yoga.pages.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants