We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254d558 commit 6bbcc4fCopy full SHA for 6bbcc4f
README.md
@@ -44,4 +44,14 @@ should be defined as `graphql.client.url` in your Spring Boot configuration file
44
| `oauth2.token-uri` | Token URI of the identity provider |
45
| `oauth2.authorization-grant-type` | By default the grant type `client_credentials` is used |
46
47
+### Max in memory size
48
49
+In case you need to work with large responses you might run into the following error:
50
+```
51
+Exceeded limit on max bytes to buffer : 262144
52
53
+In that case starting with version 0.1.2 you can use the default Spring Boot configuration property to configure
54
+the max in memory size to use:
55
+```properties
56
+spring.codec.max-in-memory-size=10MB
57
0 commit comments