public final class SubscriptionResponse<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Collection<Record> |
cacheRecords |
com.apollographql.apollo.api.Response<T> |
response |
com.apollographql.apollo.api.Subscription<?,T,?> |
subscription |
| Constructor and Description |
|---|
SubscriptionResponse(com.apollographql.apollo.api.Subscription<?,T,?> subscription,
com.apollographql.apollo.api.Response<T> response,
java.util.Collection<Record> cacheRecords) |