public static interface ApolloQueryCall.Factory
ApolloQueryCall calls.| Modifier and Type | Method and Description |
|---|---|
<D extends com.apollographql.apollo.api.Operation.Data,T,V extends com.apollographql.apollo.api.Operation.Variables> |
query(com.apollographql.apollo.api.Query<D,T,V> query)
Creates and prepares a new
ApolloQueryCall call. |
<D extends com.apollographql.apollo.api.Operation.Data,T,V extends com.apollographql.apollo.api.Operation.Variables> ApolloQueryCall<T> query(@NotNull com.apollographql.apollo.api.Query<D,T,V> query)
ApolloQueryCall call.query - the operation which needs to be performedApolloQueryCall call to be executed at some point in the future