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.
2 parents eedec2b + 3daec9d commit 0fe18bcCopy full SHA for 0fe18bc
Sources/GraphQL/GraphQLRequest.swift
@@ -1,7 +1,7 @@
1
import Foundation
2
3
/// A GraphQL request object, containing `query`, `operationName`, and `variables` fields
4
-public struct GraphQLRequest: Equatable, Codable {
+public struct GraphQLRequest: Equatable, Codable, Sendable {
5
public var query: String
6
public var operationName: String?
7
public var variables: [String: Map]
0 commit comments