Skip to content

Commit 3949cc2

Browse files
Merge pull request #157 from NeedleInAJayStack/feat/schema-sendable
Conforms Schema to Sendable
2 parents f1c6bda + 15d9c68 commit 3949cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Graphiti/Schema/Schema.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public struct SchemaError: Error, Equatable {
44
let description: String
55
}
66

7-
public final class Schema<Resolver: Sendable, Context: Sendable> {
7+
public final class Schema<Resolver: Sendable, Context: Sendable>: Sendable {
88
public let schema: GraphQLSchema
99

1010
init(

0 commit comments

Comments
 (0)