Skip to content

Commit 7ff8b34

Browse files
committed
Fix syntax on example
1 parent 27ddc70 commit 7ff8b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let schema = try GraphQLSchema(
5555
fields: [
5656
"hello": GraphQLField(
5757
type: GraphQLString,
58-
resolve: { _ in "world" }
58+
resolve: { _, _, _, _ in "world" }
5959
)
6060
]
6161
)

0 commit comments

Comments
 (0)