Skip to content

Commit d616870

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios/' changes from e7d77f000..97e572cd9
97e572cd9 chore: Adds missing inline documentation (#762) git-subtree-dir: apollo-ios git-subtree-split: 97e572cd9193442e74c5607173ff8721240b1473
1 parent 62297bc commit d616870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Apollo/JSONRequest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ open class JSONRequest<Operation: GraphQLOperation>: HTTPRequest<Operation> {
4343
/// - useGETForQueries: `true` if Queries should use `GET` instead of `POST` for HTTP requests. Defaults to `false`.
4444
/// - useGETForPersistedQueryRetry: `true` if when an Auto-Persisted query is retried, it should use `GET` instead of `POST` to send the query. Defaults to `false`.
4545
/// - requestBodyCreator: An object conforming to the `RequestBodyCreator` protocol to assist with creating the request body. Defaults to the provided `ApolloRequestBodyCreator` implementation.
46+
/// - sendEnhancedClientAwareness: Specifies whether client library metadata is sent in the request `extensions` key. Client library metadata is the Apollo iOS library name and version. Defaults to `true`.
4647
public init(
4748
operation: Operation,
4849
graphQLEndpoint: URL,

0 commit comments

Comments
 (0)