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.
1 parent 27ddc70 commit 7ff8b34Copy full SHA for 7ff8b34
README.md
@@ -55,7 +55,7 @@ let schema = try GraphQLSchema(
55
fields: [
56
"hello": GraphQLField(
57
type: GraphQLString,
58
- resolve: { _ in "world" }
+ resolve: { _, _, _, _ in "world" }
59
)
60
]
61
0 commit comments