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.
1 parent eedec2b commit 3daec9dCopy full SHA for 3daec9d
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