Skip to content

Commit d9c727f

Browse files
committed
[otel] rely on context for parenting spans correctly
1 parent 21d4394 commit d9c727f

File tree

43 files changed

+589
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+589
-473
lines changed

e2e/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@graphql-mesh/compose-cli": "^1.2.13",
66
"@omnigraph/openapi": "^0.108.6",
77
"graphql": "^16.9.0",
8-
"graphql-yoga": "^5.11.0",
8+
"graphql-yoga": "^5.10.11",
99
"tslib": "^2.8.1"
1010
}
1111
}

e2e/extra-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@graphql-mesh/compose-cli": "^1.2.13",
66
"graphql": "^16.9.0",
7-
"graphql-yoga": "^5.11.0",
7+
"graphql-yoga": "^5.10.11",
88
"tslib": "^2.8.1"
99
}
1010
}

e2e/hmac-auth-https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@graphql-mesh/hmac-upstream-signature": "workspace:^",
1414
"@graphql-mesh/plugin-jwt-auth": "^1.4.0",
1515
"graphql": "^16.10.0",
16-
"graphql-yoga": "^5.11.0"
16+
"graphql-yoga": "^5.10.11"
1717
}
1818
}

e2e/interface-additional-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@graphql-mesh/compose-cli": "^1.2.13",
66
"graphql": "^16.9.0",
7-
"graphql-yoga": "^5.11.0",
7+
"graphql-yoga": "^5.10.11",
88
"tslib": "^2.8.1"
99
}
1010
}

e2e/opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@apollo/subgraph": "^2.7.2",
77
"@graphql-mesh/compose-cli": "^1.2.13",
88
"graphql": "^16.8.1",
9-
"graphql-yoga": "^5.11.0",
9+
"graphql-yoga": "^5.10.11",
1010
"tslib": "^2.8.1"
1111
}
1212
}

e2e/retry-timeout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@apollo/subgraph": "^2.9.3",
66
"@graphql-hive/gateway": "workspace:*",
77
"graphql": "16.10.0",
8-
"graphql-yoga": "^5.11.0",
8+
"graphql-yoga": "^5.10.11",
99
"tslib": "^2.8.1"
1010
}
1111
}

e2e/subscriptions-with-transforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@graphql-mesh/compose-cli": "^1.2.13",
66
"graphql": "16.10.0",
77
"graphql-sse": "^2.5.3",
8-
"graphql-yoga": "^5.11.0",
8+
"graphql-yoga": "^5.10.11",
99
"tslib": "^2.8.1"
1010
}
1111
}

e2e/type-merging-batching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@graphql-mesh/compose-cli": "^1.2.13",
66
"graphql": "^16.9.0",
7-
"graphql-yoga": "^5.11.0",
7+
"graphql-yoga": "^5.10.11",
88
"tslib": "^2.8.1"
99
}
1010
}

examples/apq-subgraphs/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/extra-fields/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/extra-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@graphql-mesh/compose-cli": "^1.2.13",
66
"graphql": "^16.9.0",
7-
"graphql-yoga": "^5.11.0",
7+
"graphql-yoga": "^5.10.11",
88
"tslib": "^2.8.1",
99
"@graphql-hive/gateway": "^1.9.1"
1010
},

0 commit comments

Comments
 (0)