Skip to content

Commit 3a4b6c5

Browse files
Merge pull request #132 from NeedleInAJayStack/test/hello-world-var-type
Fixes hello world query type to ID
2 parents 42623e2 + 7222892 commit 3a4b6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GraphitiTests/HelloWorldTests/HelloWorldTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class HelloWorldTests: XCTestCase {
271271
wait(for: [expectationB], timeout: 10)
272272

273273
query = """
274-
query Query($id: String!) {
274+
query Query($id: ID!) {
275275
id(id: $id)
276276
}
277277
"""

0 commit comments

Comments
 (0)