We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa869c + 166ceff commit 31638d8Copy full SHA for 31638d8
README.md
@@ -32,11 +32,12 @@ through that README and the corresponding tests in parallel.
32
Add GraphQL to your `Package.swift`
33
34
```swift
35
+// swift-tools-version:4.0
36
import PackageDescription
37
38
let package = Package(
39
dependencies: [
- .Package(url: "https://github.com/GraphQLSwift/GraphQL.git", majorVersion: 0),
40
+ .package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "0.0.0"),
41
]
42
)
43
```
0 commit comments