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 2cbc8b9 commit a348434Copy full SHA for a348434
Sources/GraphQL/Execution/Execute.swift
@@ -82,7 +82,7 @@ public final class ExecutionContext {
82
}
83
84
85
-public protocol FieldExecutionStrategy {
+public protocol FieldExecutionStrategy: Sendable {
86
func executeFields(
87
exeContext: ExecutionContext,
88
parentType: GraphQLObjectType,
0 commit comments