We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 407cc7a + 2155896 commit 847500eCopy full SHA for 847500e
Sources/Common/GraphQL/GraphQLClient.swift
@@ -13,7 +13,8 @@ public final class GraphQLClient {
13
decoder: JSONDecoder = JSONDecoder(),
14
defaultHeaders: [String: String] = [
15
"Content-Type": "application/json",
16
- "Accept": "application/json"
+ "Accept": "application/json",
17
+ "User-Agent": "iOS"
18
]) {
19
self.endpoint = endpoint
20
self.network = network
0 commit comments