+9
.changeset/giant-pets-buy.md
+9
.changeset/giant-pets-buy.md
···
···+By default leverage GET for queries where the query-string + variables comes down to less than 2048 characters.+When upgrading it's important to see whether your server supports `GET`, if it doesn't ideally adding support for it+or alternatively setting `preferGetMethod` in the `createClient` method as well as `preferGetForPersistedQueries` for
+3
-2
exchanges/persisted/src/persistedExchange.ts
+3
-2
exchanges/persisted/src/persistedExchange.ts
······
···+* @defaultValue `within-url-limit` - Use GET requests for persisted queries within the URL limit.···
+2
-2
packages/core/src/client.test.ts
+2
-2
packages/core/src/client.test.ts
······
······
+1
-1
packages/core/src/client.ts
+1
-1
packages/core/src/client.ts