Skip to content

Commit e2b39fb

Browse files
feat: Update experimental GraphQL commit ref
1 parent 9c48472 commit e2b39fb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Examples/GraphQLDotOrg/Package.resolved

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

Examples/GraphQLDotOrg/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(name: "graphql-generator", path: "../.."),
1818
// TODO: Mainline when merged: https://github.com/GraphQLSwift/GraphQL/pull/174
19-
.package(url: "https://github.com/NeedleInAJayStack/GraphQL.git", revision: "30873303575b92f2395a900869ec8f253efad1b2"),
19+
.package(url: "https://github.com/NeedleInAJayStack/GraphQL.git", revision: "44bdda71e28b59201dd4fe4178eddbffba748394"),
2020
],
2121
targets: [
2222
.target(

Examples/HelloWorldServer/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/HelloWorldServer/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
dependencies: [
1111
.package(name: "graphql-generator", path: "../.."),
1212
// TODO: Mainline when merged: https://github.com/GraphQLSwift/GraphQL/pull/174
13-
.package(url: "https://github.com/NeedleInAJayStack/GraphQL.git", revision: "30873303575b92f2395a900869ec8f253efad1b2"),
13+
.package(url: "https://github.com/NeedleInAJayStack/GraphQL.git", revision: "44bdda71e28b59201dd4fe4178eddbffba748394"),
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)