We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1c6bda + 15d9c68 commit 3949cc2Copy full SHA for 3949cc2
Sources/Graphiti/Schema/Schema.swift
@@ -4,7 +4,7 @@ public struct SchemaError: Error, Equatable {
4
let description: String
5
}
6
7
-public final class Schema<Resolver: Sendable, Context: Sendable> {
+public final class Schema<Resolver: Sendable, Context: Sendable>: Sendable {
8
public let schema: GraphQLSchema
9
10
init(
0 commit comments