You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - queued responses from [enqueue] are buffered until they can be transmitted to the network.
33
33
* If you're using [MockServer] to handle large payloads, it will use a lot of memory.
34
34
*/
35
+
@Deprecated("MockServer has new maven coordinates at 'com.apollographql.mockserver:apollo-mockserver. See https://go.apollo.dev/ak-4-migration-guide for more details.")
@Deprecated("MockServer has new maven coordinates at 'com.apollographql.mockserver:apollo-mockserver. See https://go.apollo.dev/ak-4-migration-guide for more details.")
@@ -267,6 +271,8 @@ internal class MockServerImpl(
267
271
}
268
272
269
273
@JsName("createMockServer")
274
+
@Deprecated("MockServer has new maven coordinates at 'com.apollographql.mockserver:apollo-mockserver. See https://go.apollo.dev/ak-4-migration-guide for more details.")
0 commit comments