Skip to content

Commit 369116b

Browse files
nevilgh-action-runner
authored andcommitted
Make the JSONRequest.useGetForQueries property mutable (apollographql/apollo-ios-dev#897)
1 parent cf23c1d commit 369116b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Apollo/JSONRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public struct JSONRequest<Operation: GraphQLOperation>: GraphQLRequest, AutoPers
3737
/// to cache the results of queries that rarely change.
3838
///
3939
/// Mutation operations always use POST, even when this is `false`
40-
public let useGETForQueries: Bool
40+
public var useGETForQueries: Bool
4141

4242
/// Designated initializer
4343
///

0 commit comments

Comments
 (0)