Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6be7d9c

Browse files
committedApr 30, 2024
optimize docs
1 parent c8b6254 commit 6be7d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ subscription.Dispose();
168168

169169
APQ can be enabled by configuring `GraphQLHttpClientOptions.EnableAutomaticPersistedQueries` to resolve to `true`.
170170

171-
The client will automatically disable APQ if the server responds with a `PersistedQueryNotSupported` error or if a HTTP status code between 400 and 600 is returned.
171+
By default, the client will automatically disable APQ for the current session if the server responds with a `PersistedQueryNotSupported` error or a 400 or 600 HTTP status code.
172172
This can be customized by configuring `GraphQLHttpClientOptions.DisableAPQ`.
173173

174174
To re-enable APQ after it has been automatically disabled, `GraphQLHttpClient` needs to be disposed an recreated.

0 commit comments

Comments
 (0)
Please sign in to comment.