MockResponse
class MockResponse @ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_3_1) constructor( val statusCode: Int = 200, val body: Flow<ByteString> = emptyFlow(), val headers: Map<String, String> = mapOf("Content-Length" to "0"), val delayMillis: Long = 0)
Content copied to clipboard