Skip to content

Commit a348434

Browse files
feat: Makes FieldExecutionStrategy sendable
1 parent 2cbc8b9 commit a348434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQL/Execution/Execute.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class ExecutionContext {
8282
}
8383
}
8484

85-
public protocol FieldExecutionStrategy {
85+
public protocol FieldExecutionStrategy: Sendable {
8686
func executeFields(
8787
exeContext: ExecutionContext,
8888
parentType: GraphQLObjectType,

0 commit comments

Comments
 (0)