body
A streamable body.
@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_4_1 )
Deprecated
Use body(BufferedSource) instead
Replace with
import okio.Buffer
Content copied to clipboard
Buffer().write(bodyString)Content copied to clipboard
An immutable body. Prefer bodySource so that the response can be streamed.