Skip to content

Commit 15d9c68

Browse files
feat: Conform Schema to Sendable
1 parent f1c6bda commit 15d9c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)