Skip to content

Commit

Permalink
Merge pull request #132 from NeedleInAJayStack/test/hello-world-var-type
Browse files Browse the repository at this point in the history
Fixes hello world query type to ID
  • Loading branch information
NeedleInAJayStack committed Nov 28, 2023
2 parents 42623e2 + 7222892 commit 3a4b6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GraphitiTests/HelloWorldTests/HelloWorldTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class HelloWorldTests: XCTestCase {
wait(for: [expectationB], timeout: 10)

query = """
query Query($id: String!) {
query Query($id: ID!) {
id(id: $id)
}
"""
Expand Down

0 comments on commit 3a4b6c5

Please sign in to comment.