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(federation): override type federation #6130

Merged
merged 2 commits into from
May 2, 2024
Merged

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented May 2, 2024

Copy link

changeset-bot bot commented May 2, 2024

🦋 Changeset detected

Latest commit: cc38929

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

This PR includes changesets to release 2 packages
Name Type
@graphql-tools/federation Patch
federation-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

Copy link
Contributor

github-actions bot commented May 2, 2024

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphql-tools/federation 1.1.34-alpha-20240502161512-cc38929410795a4f8e4bda23ad017b0f9d9d92a6 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented May 2, 2024

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 326       ✗ 0  
     data_received..................: 38 MB   3.8 MB/s
     data_sent......................: 140 kB  14 kB/s
     http_req_blocked...............: avg=4.06µs   min=2.22µs   med=2.76µs   max=179.02µs p(90)=3.98µs   p(95)=4.27µs  
     http_req_connecting............: avg=709ns    min=0s       med=0s       max=115.71µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=57.05ms  min=47.28ms  med=53.72ms  max=152.88ms p(90)=61.1ms   p(95)=88.82ms 
       { expected_response:true }...: avg=57.05ms  min=47.28ms  med=53.72ms  max=152.88ms p(90)=61.1ms   p(95)=88.82ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 163
     http_req_receiving.............: avg=143.35µs min=114.03µs med=138.18µs max=404.2µs  p(90)=160.19µs p(95)=170.22µs
     http_req_sending...............: avg=26.14µs  min=19.76µs  med=25.61µs  max=72.26µs  p(90)=31.42µs  p(95)=34.76µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=56.88ms  min=47.13ms  med=53.56ms  max=152.48ms p(90)=60.95ms  p(95)=88.64ms 
     http_reqs......................: 163     16.264461/s
     iteration_duration.............: avg=61.46ms  min=50.83ms  med=58.05ms  max=157.31ms p(90)=73.75ms  p(95)=92.64ms 
     iterations.....................: 163     16.264461/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@ardatan ardatan merged commit 508ae6b into master May 2, 2024
29 checks passed
@ardatan ardatan deleted the override-type-interface branch May 2, 2024 16:16
Copy link
Contributor

github-actions bot commented May 2, 2024

💻 Website Preview

The latest changes are available as preview in: https://be7278c9.graphql-tools.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.

Federation: Cover all the cases of override
1 participant