Skip to content

Commit 8d18f67

Browse files
chore: Updates to GraphQL 3.0
1 parent 046675b commit 8d18f67

File tree

2 files changed

+48
-50
lines changed

2 files changed

+48
-50
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "Graphiti", targets: ["Graphiti"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "2.10.0"),
10+
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "3.0.0"),
1111
],
1212
targets: [
1313
.target(name: "Graphiti", dependencies: ["GraphQL"]),

0 commit comments

Comments
 (0)