Skip to content

Commit e6e17f9

Browse files
author
Jay Herron
committed
Updates GraphQL version to 1.2.0 for sub support
1 parent 2b4ae2f commit e6e17f9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Package.resolved

+11-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@
1010
"version": "2.1.2"
1111
}
1212
},
13+
{
14+
"package": "Graphiti",
15+
"repositoryURL": "https://github.com/GraphQLSwift/Graphiti.git",
16+
"state": {
17+
"branch": null,
18+
"revision": "35cf75fd6506042e1132f308b0c446858dba85f0",
19+
"version": "0.22.1"
20+
}
21+
},
1322
{
1423
"package": "GraphQL",
1524
"repositoryURL": "https://github.com/GraphQLSwift/GraphQL.git",
1625
"state": {
1726
"branch": null,
18-
"revision": "21104b805ad7de5a223b0d78e0cf5d9d49465ac4",
19-
"version": "1.1.8"
27+
"revision": "abf41c20c79331444ee3a290373d7c647c244383",
28+
"version": "1.2.0"
2029
}
2130
},
2231
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "GraphQLRxSwift", targets: ["GraphQLRxSwift"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.1.7")),
10+
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.2.0")),
1111
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMinor(from: "0.22.0")),
1212
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0"))
1313
],

0 commit comments

Comments
 (0)