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

WIP: File Uploads with Federation #2334

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

Conversation

ardatan
Copy link
Collaborator

@ardatan ardatan commented Jan 20, 2023

Closes #2120

@changeset-bot
Copy link

changeset-bot bot commented Jan 20, 2023

⚠️ No Changeset found

Latest commit: 566771d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2023

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 139068    ✗ 0    
     data_received..................: 20 MB   651 kB/s
     data_sent......................: 8.0 MB  267 kB/s
     http_req_blocked...............: avg=1.29µs   min=800ns   med=1.1µs   max=1.8ms   p(90)=1.6µs   p(95)=1.9µs  
     http_req_connecting............: avg=23ns     min=0s      med=0s      max=1.62ms  p(90)=0s      p(95)=0s     
   ✓ http_req_duration..............: avg=351.82µs min=265.7µs med=324.2µs max=20.98ms p(90)=369.9µs p(95)=422.8µs
       { expected_response:true }...: avg=351.82µs min=265.7µs med=324.2µs max=20.98ms p(90)=369.9µs p(95)=422.8µs
     http_req_failed................: 0.00%   ✓ 0         ✗ 69534
     http_req_receiving.............: avg=18.69µs  min=11.7µs  med=16.1µs  max=4.53ms  p(90)=22µs    p(95)=27.8µs 
     http_req_sending...............: avg=6.9µs    min=4.1µs   med=5.2µs   max=3.06ms  p(90)=9.4µs   p(95)=10.13µs
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=326.22µs min=246.3µs med=301.8µs max=20.83ms p(90)=340.2µs p(95)=385.5µs
     http_reqs......................: 69534   2317.6545/s
     iteration_duration.............: avg=424.46µs min=320.9µs med=390.8µs max=23.07ms p(90)=456.4µs p(95)=516.5µs
     iterations.....................: 69534   2317.6545/s
     vus............................: 1       min=1       max=1  
     vus_max........................: 1       min=1       max=1  

@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2023

🚀 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.3.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 1.3.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/common 3.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 3.0.4-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
graphql-yoga 3.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/node 3.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 1.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 1.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-csrf-prevention 1.0.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-defer-stream 1.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-disable-introspection 0.3.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-graphql-sse 1.0.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 1.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-prometheus 1.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 1.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-sofa 1.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 3.4.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎
@graphql-yoga/subscription 3.1.0-alpha-20230120140541-324f7cb9 npm ↗︎ unpkg ↗︎

@ardatan ardatan changed the title File Uploads with Federation WIP: File Uploads with Federation Jan 20, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 20, 2023

🚀 Website Preview

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

@theguild-bot theguild-bot mentioned this pull request Apr 20, 2023
This was referenced May 7, 2024
This was referenced May 23, 2024
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.

Add File Upload support to Federation plugin
1 participant