Skip to content

Commit 97e572c

Browse files
calvincestarigh-action-runner
authored andcommitted
chore: Adds missing inline documentation (apollographql/apollo-ios-dev#762)
1 parent e7d77f0 commit 97e572c

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)