Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96dd11d

Browse files
committedApr 29, 2024
Bump GraphQL Tools versions
1 parent 5710d69 commit 96dd11d

File tree

53 files changed

+181
-113
lines changed

Some content is hidden

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

53 files changed

+181
-113
lines changed
 

‎.changeset/brown-coats-flash.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
"@graphql-mesh/transform-naming-convention": patch
3+
"@graphql-mesh/transform-transfer-schema": patch
4+
"@graphql-mesh/transform-filter-schema": patch
5+
"@graphql-mesh/transform-replace-field": patch
6+
"@graphql-mesh/transform-encapsulate": patch
7+
"@graphql-mesh/transform-hoist-field": patch
8+
"@graphql-mesh/transform-federation": patch
9+
"@graphql-mesh/transform-rate-limit": patch
10+
"@graphql-mesh/merger-federation": patch
11+
"@graphql-mesh/merger-stitching": patch
12+
"@graphql-mesh/transform-extend": patch
13+
"@graphql-mesh/transform-prefix": patch
14+
"@graphql-mesh/transform-rename": patch
15+
"@graphql-mesh/graphql": patch
16+
"@graphql-mesh/transform-cache": patch
17+
"@graphql-mesh/transform-prune": patch
18+
"@graphql-mesh/thrift": patch
19+
"@graphql-mesh/transform-hive": patch
20+
"@graphql-mesh/mysql": patch
21+
"@graphql-mesh/odata": patch
22+
"@graphql-mesh/grpc": patch
23+
"@graphql-mesh/soap": patch
24+
"@graphql-mesh/merger-bare": patch
25+
"@omnigraph/json-schema": patch
26+
"@graphql-mesh/fusion-composition": patch
27+
"@graphql-mesh/apollo-link": patch
28+
"@graphql-mesh/plugin-rate-limit": patch
29+
"@graphql-mesh/transport-common": patch
30+
"@graphql-mesh/transport-thrift": patch
31+
"@graphql-mesh/transport-mysql": patch
32+
"@graphql-mesh/transport-neo4j": patch
33+
"@graphql-mesh/transport-rest": patch
34+
"@graphql-mesh/transport-soap": patch
35+
"@graphql-mesh/fusion-runtime": patch
36+
"@graphql-mesh/runtime": patch
37+
"@graphql-mesh/cross-helpers": patch
38+
"@graphql-mesh/config": patch
39+
"@omnigraph/mysql": patch
40+
"@graphql-mesh/serve-runtime": patch
41+
"@graphql-mesh/store": patch
42+
"@graphql-mesh/types": patch
43+
"@graphql-mesh/utils": patch
44+
"@omnigraph/raml": patch
45+
"@omnigraph/soap": patch
46+
"@graphql-mesh/plugin-mock": patch
47+
"@graphql-mesh/compose-cli": patch
48+
"@graphql-mesh/http": patch
49+
"@graphql-mesh/urql-exchange": patch
50+
"@graphql-mesh/cli": patch
51+
"@graphql-mesh/serve-cli": patch
52+
---
53+
54+
Bump GraphQL Tools versions

‎examples/openapi-location-weather/tests/__snapshots__/location-weather.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ type HistorySubhourly {
11971197
"""
11981198
The \`JSON\` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).
11991199
"""
1200-
scalar JSON
1200+
scalar JSON @specifiedBy(url: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf")
12011201
12021202
"""A language supported by the service"""
12031203
type Language {

0 commit comments

Comments
 (0)
Please sign in to comment.