Skip to content
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0d49691
WIP
enisdenjo Aug 16, 2022
b7e4480
designated plugin
enisdenjo Aug 17, 2022
80cdac5
WIP
enisdenjo Aug 17, 2022
7ded83b
implement using apollo's trace tree builder
enisdenjo Aug 17, 2022
dfcca15
tests and adjustments
enisdenjo Aug 17, 2022
d1d93da
precision with add seconds and nanos
enisdenjo Aug 18, 2022
470147b
tests adjustments and error cases
enisdenjo Aug 18, 2022
49200a4
micro reorg
enisdenjo Aug 18, 2022
17c00cc
use optional chaining, tests will fail
enisdenjo Aug 18, 2022
5f4b4ef
even more tests
enisdenjo Aug 18, 2022
e5b5d21
expect no errors
enisdenjo Aug 18, 2022
0917ec5
error expectations
enisdenjo Aug 18, 2022
655bbc6
create yoga for each test
enisdenjo Aug 18, 2022
1f4dd6b
test rewrite error
enisdenjo Aug 18, 2022
7d70e9a
test array
enisdenjo Aug 18, 2022
f67abd2
adjust test naming
enisdenjo Aug 18, 2022
8e53435
should not trace subscriptions
enisdenjo Aug 18, 2022
1be8f5d
own tracing
enisdenjo Aug 18, 2022
3283157
fix import
enisdenjo Aug 18, 2022
8ee8cc1
changeset
enisdenjo Aug 18, 2022
9f8e90c
adjust docs
enisdenjo Aug 18, 2022
239f0f1
should not handle subscriptions
enisdenjo Aug 18, 2022
99a9abb
useInlineTrace -> useApolloInlineTrace
enisdenjo Aug 19, 2022
0e0d38c
adjust changeset
enisdenjo Aug 19, 2022
901ce49
avoid using buffer
enisdenjo Aug 19, 2022
ffb60c9
make sure the server closes
enisdenjo Aug 19, 2022
ccceb27
federated tracing example
enisdenjo Aug 19, 2022
8dc8e1d
Use yoga.fetch and fix ESM support
ardatan Aug 22, 2022
066dd3e
Fix tests and use btoa from ponyfill for Node 14
ardatan Aug 22, 2022
9397dec
Fix package name
ardatan Aug 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/silent-ants-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-yoga/inline-trace': major
---

Implementation of Apollo's federated inline tracing
Loading