Skip to content

Commit ffffcd6

Browse files
authored
Merge pull request #32 from randop/master
Fix syntax on example
2 parents 27ddc70 + 7ff8b34 commit ffffcd6

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)