- activeCallsCount() - Method in class com.apollographql.apollo.ApolloClient
-
- activeCallsCount() - Method in class com.apollographql.apollo.internal.ApolloCallTracker
-
- addApplicationInterceptor(ApolloInterceptor) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Adds an interceptor that observes the full span of each call: from before the connection is established until
after the response source is selected (either the server, cache or both).
- addCustomTypeAdapter(ScalarType, CustomTypeAdapter<T>) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Set the type adapter to use for serializing and de-serializing custom GraphQL scalar types.
- addHeader(String, String) - Method in class com.apollographql.apollo.request.RequestHeaders.Builder
-
- addHeaders(Map<String, String>) - Method in class com.apollographql.apollo.request.RequestHeaders.Builder
-
- addOnStateChangeListener(OnSubscriptionManagerStateChangeListener) - Method in class com.apollographql.apollo.internal.subscription.NoOpSubscriptionManager
-
- addOnStateChangeListener(OnSubscriptionManagerStateChangeListener) - Method in class com.apollographql.apollo.internal.subscription.RealSubscriptionManager
-
- addOnStateChangeListener(OnSubscriptionManagerStateChangeListener) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager
-
Adds new listener for subscription manager state changes.
- addOnSubscriptionManagerStateChangeListener(OnSubscriptionManagerStateChangeListener) - Method in class com.apollographql.apollo.ApolloClient
-
Adds new listener for subscription manager state changes.
- ApolloAutoPersistedQueryInterceptor - Class in com.apollographql.apollo.internal.interceptor
-
- ApolloAutoPersistedQueryInterceptor(ApolloLogger, boolean) - Constructor for class com.apollographql.apollo.internal.interceptor.ApolloAutoPersistedQueryInterceptor
-
- ApolloCacheInterceptor - Class in com.apollographql.apollo.internal.interceptor
-
ApolloCacheInterceptor is a concrete
ApolloInterceptor responsible for serving requests from the normalized
cache if
InterceptorRequest#fetchFromCache is true.
- ApolloCacheInterceptor(ApolloStore, ResponseFieldMapper, Executor, ApolloLogger) - Constructor for class com.apollographql.apollo.internal.interceptor.ApolloCacheInterceptor
-
- ApolloCall<T> - Interface in com.apollographql.apollo
-
ApolloCall is an abstraction for a request that has been prepared for execution.
- ApolloCall.Callback<T> - Class in com.apollographql.apollo
-
Communicates responses from a server or offline requests.
- ApolloCall.StatusEvent - Enum in com.apollographql.apollo
-
Represents a status event that corresponds to a
ApolloCall action
- ApolloCallTracker - Class in com.apollographql.apollo.internal
-
- ApolloCallTracker() - Constructor for class com.apollographql.apollo.internal.ApolloCallTracker
-
- ApolloCanceledException - Exception in com.apollographql.apollo.exception
-
- ApolloCanceledException() - Constructor for exception com.apollographql.apollo.exception.ApolloCanceledException
-
- ApolloCanceledException(String, Throwable) - Constructor for exception com.apollographql.apollo.exception.ApolloCanceledException
-
- ApolloClient - Class in com.apollographql.apollo
-
ApolloClient class represents the abstraction for the graphQL client that will be used to execute queries and read
the responses back.
- ApolloClient.Builder - Class in com.apollographql.apollo
-
- ApolloHttpException - Exception in com.apollographql.apollo.exception
-
- ApolloHttpException(Response) - Constructor for exception com.apollographql.apollo.exception.ApolloHttpException
-
- ApolloInterceptor - Interface in com.apollographql.apollo.interceptor
-
ApolloInterceptor is responsible for observing and modifying the requests going out and the corresponding responses
coming back in.
- ApolloInterceptor.CallBack - Interface in com.apollographql.apollo.interceptor
-
- ApolloInterceptor.FetchSourceType - Enum in com.apollographql.apollo.interceptor
-
Fetch source type
- ApolloInterceptor.InterceptorRequest - Class in com.apollographql.apollo.interceptor
-
- ApolloInterceptor.InterceptorRequest.Builder - Class in com.apollographql.apollo.interceptor
-
- ApolloInterceptor.InterceptorResponse - Class in com.apollographql.apollo.interceptor
-
- ApolloInterceptorChain - Interface in com.apollographql.apollo.interceptor
-
- ApolloMutationCall<T> - Interface in com.apollographql.apollo
-
A call prepared to execute GraphQL mutation operation.
- ApolloMutationCall.Factory - Interface in com.apollographql.apollo
-
- ApolloNetworkException - Exception in com.apollographql.apollo.exception
-
- ApolloNetworkException(String) - Constructor for exception com.apollographql.apollo.exception.ApolloNetworkException
-
- ApolloNetworkException(String, Throwable) - Constructor for exception com.apollographql.apollo.exception.ApolloNetworkException
-
- ApolloParseException - Exception in com.apollographql.apollo.exception
-
- ApolloParseException(String) - Constructor for exception com.apollographql.apollo.exception.ApolloParseException
-
- ApolloParseException(String, Throwable) - Constructor for exception com.apollographql.apollo.exception.ApolloParseException
-
- ApolloParseInterceptor - Class in com.apollographql.apollo.internal.interceptor
-
ApolloParseInterceptor is a concrete
ApolloInterceptor responsible for inflating the http responses into
models.
- ApolloParseInterceptor(HttpCache, ResponseNormalizer<Map<String, Object>>, ResponseFieldMapper, ScalarTypeAdapters, ApolloLogger) - Constructor for class com.apollographql.apollo.internal.interceptor.ApolloParseInterceptor
-
- ApolloPrefetch - Interface in com.apollographql.apollo
-
ApolloPrefetch is an abstraction for a request that has been prepared for execution.
- ApolloPrefetch.Callback - Class in com.apollographql.apollo
-
Communicates responses from the server.
- ApolloPrefetch.Factory - Interface in com.apollographql.apollo
-
Factory for creating ApolloPrefetch object.
- ApolloQueryCall<T> - Interface in com.apollographql.apollo
-
A call prepared to execute GraphQL query operation.
- ApolloQueryCall.Factory - Interface in com.apollographql.apollo
-
- ApolloQueryWatcher<T> - Interface in com.apollographql.apollo
-
- ApolloResponseFetchers - Class in com.apollographql.apollo.fetcher
-
- ApolloResponseFetchers() - Constructor for class com.apollographql.apollo.fetcher.ApolloResponseFetchers
-
- ApolloServerInterceptor - Class in com.apollographql.apollo.internal.interceptor
-
ApolloServerInterceptor is a concrete
ApolloInterceptor responsible for making the network calls to the
server.
- ApolloServerInterceptor(HttpUrl, Call.Factory, HttpCachePolicy.Policy, boolean, ScalarTypeAdapters, ApolloLogger) - Constructor for class com.apollographql.apollo.internal.interceptor.ApolloServerInterceptor
-
- apolloStore() - Method in class com.apollographql.apollo.ApolloClient
-
- apolloStore(ApolloStore) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- ApolloSubscriptionCall<T> - Interface in com.apollographql.apollo
-
ApolloSubscriptionCall is an abstraction for a request that has been prepared for subscription.
- ApolloSubscriptionCall.CachePolicy - Enum in com.apollographql.apollo
-
Subscription normalized cache policy.
- ApolloSubscriptionCall.Callback<T> - Interface in com.apollographql.apollo
-
Communicates responses from a subscription server.
- ApolloSubscriptionCall.Factory - Interface in com.apollographql.apollo
-
- ApolloSubscriptionException - Exception in com.apollographql.apollo.internal.subscription
-
- ApolloSubscriptionException(String) - Constructor for exception com.apollographql.apollo.internal.subscription.ApolloSubscriptionException
-
- ApolloSubscriptionException(String, Throwable) - Constructor for exception com.apollographql.apollo.internal.subscription.ApolloSubscriptionException
-
- ApolloSubscriptionServerException - Exception in com.apollographql.apollo.internal.subscription
-
- ApolloSubscriptionServerException(Map<String, Object>) - Constructor for exception com.apollographql.apollo.internal.subscription.ApolloSubscriptionServerException
-
- ApolloSubscriptionTerminatedException - Exception in com.apollographql.apollo.internal.subscription
-
- ApolloSubscriptionTerminatedException(String) - Constructor for exception com.apollographql.apollo.internal.subscription.ApolloSubscriptionTerminatedException
-
- ApolloSubscriptionTerminatedException(String, Throwable) - Constructor for exception com.apollographql.apollo.internal.subscription.ApolloSubscriptionTerminatedException
-
- applicationInterceptors(List<ApolloInterceptor>) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- autoPersistQueries - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- autoPersistQueries(boolean) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- autoPersistSubscription - Variable in class com.apollographql.apollo.subscription.OperationClientMessage.Start
-
- CACHE_AND_NETWORK - Static variable in class com.apollographql.apollo.fetcher.ApolloResponseFetchers
-
Signal the apollo client to fetch the data from both the network and the cache.
- CACHE_FIRST - Static variable in class com.apollographql.apollo.fetcher.ApolloResponseFetchers
-
Signals the apollo client to first fetch the data from the normalized cache.
- CACHE_ONLY - Static variable in class com.apollographql.apollo.fetcher.ApolloResponseFetchers
-
Signals the apollo client to only fetch the data from the normalized cache.
- CacheAndNetworkFetcher - Class in com.apollographql.apollo.internal.fetcher
-
Signal the apollo client to fetch the data from both the network and the cache.
- CacheAndNetworkFetcher() - Constructor for class com.apollographql.apollo.internal.fetcher.CacheAndNetworkFetcher
-
- CacheFirstFetcher - Class in com.apollographql.apollo.internal.fetcher
-
Signals the apollo client to first fetch the data from the normalized cache.
- CacheFirstFetcher() - Constructor for class com.apollographql.apollo.internal.fetcher.CacheFirstFetcher
-
- cacheHeaders(CacheHeaders) - Method in interface com.apollographql.apollo.ApolloCall
-
Sets the CacheHeaders to use for this call.
- cacheHeaders(CacheHeaders) - Method in interface com.apollographql.apollo.ApolloMutationCall
-
- cacheHeaders(CacheHeaders) - Method in interface com.apollographql.apollo.ApolloQueryCall
-
Sets the CacheHeaders to use for this call.
- cacheHeaders(CacheHeaders) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- cacheHeaders - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- cacheHeaders(CacheHeaders) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- cacheHeaders(CacheHeaders) - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- cacheKeyResolver() - Method in class com.apollographql.apollo.internal.RealApolloStore
-
- CacheOnlyFetcher - Class in com.apollographql.apollo.internal.fetcher
-
Signals the apollo client to only fetch the data from the normalized cache.
- CacheOnlyFetcher() - Constructor for class com.apollographql.apollo.internal.fetcher.CacheOnlyFetcher
-
- cachePolicy(ApolloSubscriptionCall.CachePolicy) - Method in interface com.apollographql.apollo.ApolloSubscriptionCall
-
Sets the cache policy for response/request cache.
- cachePolicy(ApolloSubscriptionCall.CachePolicy) - Method in class com.apollographql.apollo.internal.RealApolloSubscriptionCall
-
- cacheRecords - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorResponse
-
- cacheRecords - Variable in class com.apollographql.apollo.internal.subscription.SubscriptionResponse
-
- cacheResponseNormalizer() - Method in class com.apollographql.apollo.internal.RealApolloStore
-
- Callback() - Constructor for class com.apollographql.apollo.ApolloCall.Callback
-
- Callback() - Constructor for class com.apollographql.apollo.ApolloPrefetch.Callback
-
- callFactory(Call.Factory) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Set the custom call factory for creating Call instances.
- cancel() - Method in interface com.apollographql.apollo.ApolloCall
-
- cancel() - Method in interface com.apollographql.apollo.ApolloPrefetch
-
- cancel() - Method in interface com.apollographql.apollo.ApolloQueryWatcher
-
- cancel() - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- cancel() - Method in class com.apollographql.apollo.internal.RealApolloPrefetch
-
- cancel() - Method in class com.apollographql.apollo.internal.RealApolloSubscriptionCall
-
- cancel() - Method in interface com.apollographql.apollo.internal.util.Cancelable
-
Cancels the operation.
- Cancelable - Interface in com.apollographql.apollo.internal.util
-
Represents an operation which can be canceled.
- clearAll() - Method in class com.apollographql.apollo.internal.RealApolloStore
-
- clearHttpCache() - Method in class com.apollographql.apollo.ApolloClient
-
Clear all entries from the HttpCache, if present.
- clearNormalizedCache(ApolloStoreOperation.Callback<Boolean>) - Method in class com.apollographql.apollo.ApolloClient
-
Clear all entries from the normalized cache.
- clearNormalizedCache() - Method in class com.apollographql.apollo.ApolloClient
-
Clear all entries from the normalized cache.
- clone() - Method in interface com.apollographql.apollo.ApolloCall
-
Creates a new, identical call to this one which can be enqueued or executed even if this call has already been.
- clone() - Method in interface com.apollographql.apollo.ApolloMutationCall
-
- clone() - Method in interface com.apollographql.apollo.ApolloPrefetch
-
Creates a new, identical ApolloPrefetch to this one which can be enqueued or executed even if this one has already
been executed.
- clone() - Method in interface com.apollographql.apollo.ApolloQueryCall
-
- clone() - Method in interface com.apollographql.apollo.ApolloQueryWatcher
-
Creates a new, identical call to this one which can be enqueued or executed even if this call has already been.
- clone() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall
-
Creates a new, identical call to this one which can be executed even if this call has already been.
- clone() - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- clone() - Method in class com.apollographql.apollo.internal.RealApolloPrefetch
-
- clone() - Method in class com.apollographql.apollo.internal.RealApolloSubscriptionCall
-
- code() - Method in exception com.apollographql.apollo.exception.ApolloHttpException
-
- com.apollographql.apollo - package com.apollographql.apollo
-
- com.apollographql.apollo.exception - package com.apollographql.apollo.exception
-
- com.apollographql.apollo.fetcher - package com.apollographql.apollo.fetcher
-
- com.apollographql.apollo.interceptor - package com.apollographql.apollo.interceptor
-
- com.apollographql.apollo.internal - package com.apollographql.apollo.internal
-
- com.apollographql.apollo.internal.fetcher - package com.apollographql.apollo.internal.fetcher
-
- com.apollographql.apollo.internal.field - package com.apollographql.apollo.internal.field
-
- com.apollographql.apollo.internal.interceptor - package com.apollographql.apollo.internal.interceptor
-
- com.apollographql.apollo.internal.response - package com.apollographql.apollo.internal.response
-
- com.apollographql.apollo.internal.subscription - package com.apollographql.apollo.internal.subscription
-
- com.apollographql.apollo.internal.util - package com.apollographql.apollo.internal.util
-
- com.apollographql.apollo.request - package com.apollographql.apollo.request
-
- com.apollographql.apollo.response - package com.apollographql.apollo.response
-
- com.apollographql.apollo.subscription - package com.apollographql.apollo.subscription
-
- Complete(String) - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.Complete
-
- connect() - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport
-
Opens connection to the subscription server
- connect() - Method in class com.apollographql.apollo.subscription.WebSocketSubscriptionTransport
-
- ConnectionAcknowledge() - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.ConnectionAcknowledge
-
- ConnectionError(Map<String, Object>) - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.ConnectionError
-
- ConnectionKeepAlive() - Constructor for class com.apollographql.apollo.subscription.OperationServerMessage.ConnectionKeepAlive
-
- Const(SubscriptionConnectionParams) - Constructor for class com.apollographql.apollo.subscription.SubscriptionConnectionParamsProvider.Const
-
- create(Operation) - Method in class com.apollographql.apollo.internal.ResponseFieldMapperFactory
-
- create(SubscriptionTransport.Callback) - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Factory
-
- create(SubscriptionTransport.Callback) - Method in class com.apollographql.apollo.subscription.WebSocketSubscriptionTransport.Factory
-
- okHttpClient(OkHttpClient) - Method in class com.apollographql.apollo.ApolloClient.Builder
-
Set the OkHttpClient to use for making network requests.
- onCanceledError(ApolloCanceledException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
- onCanceledError(ApolloCanceledException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
- onClosed() - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when connection with subscription server is closed.
- onCompleted() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when final GraphQL response is received.
- onCompleted() - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
- onCompleted() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onConnected() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when GraphQL subscription server connection is opened.
- onConnected() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onConnected() - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when connection with subscription server has been established.
- onError(ApolloSubscriptionException) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onFailure(ApolloException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when an unexpected exception occurs while creating the request or processing the response.
- onFailure(ApolloException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when an unexpected exception occurs while creating the request or processing the response.
- onFailure(ApolloException) - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when an unexpected exception occurs while creating the request or processing the response.
- onFailure(ApolloException) - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
Gets called when an unexpected exception occurs while performing operations on the request or processing the
response returned by the next set of interceptors.
- onFailure(Throwable) - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when an unexpected exception occurs during communication to the server.
- onFetch(ApolloInterceptor.FetchSourceType) - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
Called when interceptor starts fetching response from source type
- onHttpError(ApolloHttpException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when an http request error takes place.
- onHttpError(ApolloHttpException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when an http request error takes place.
- onIdle() - Method in interface com.apollographql.apollo.IdleResourceCallback
-
Gets called when the resource transitions from active to idle state.
- onMessage(OperationServerMessage) - Method in interface com.apollographql.apollo.subscription.SubscriptionTransport.Callback
-
Gets called when subscription server pushed new updates.
- onNetworkError(ApolloNetworkException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when an http request error takes place due to network failures, timeouts etc.
- onNetworkError(ApolloNetworkException) - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when an http request error takes place due to network failures, timeouts etc.
- onNetworkError(Throwable) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onParseError(ApolloParseException) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when the network request succeeds but there was an error parsing the response.
- onResponse(Response<T>) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called when GraphQL response is received and parsed successfully.
- onResponse(Response<T>) - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when GraphQL response is received and parsed successfully.
- onResponse(ApolloInterceptor.InterceptorResponse) - Method in interface com.apollographql.apollo.interceptor.ApolloInterceptor.CallBack
-
Gets called when the interceptor returns a response after successfully performing operations on the
request/response.
- onResponse(SubscriptionResponse<T>) - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- onStateChange(SubscriptionManagerState, SubscriptionManagerState) - Method in interface com.apollographql.apollo.subscription.OnSubscriptionManagerStateChangeListener
-
Called when subscription manager state changed.
- onStatusEvent(ApolloCall.StatusEvent) - Method in class com.apollographql.apollo.ApolloCall.Callback
-
Gets called whenever any action happen to this
ApolloCall.
- OnSubscriptionManagerStateChangeListener - Interface in com.apollographql.apollo.subscription
-
Represents a callback for subscription manager state changes.
- onSuccess() - Method in class com.apollographql.apollo.ApolloPrefetch.Callback
-
Gets called when the request has succeeded.
- onTerminated() - Method in interface com.apollographql.apollo.ApolloSubscriptionCall.Callback
-
Gets called when GraphQL subscription server connection is closed unexpectedly.
- onTerminated() - Method in interface com.apollographql.apollo.internal.subscription.SubscriptionManager.Callback
-
- operation() - Method in interface com.apollographql.apollo.ApolloCall
-
Returns GraphQL operation this call executes
- operation() - Method in interface com.apollographql.apollo.ApolloPrefetch
-
Returns GraphQL operation this call executes
- operation() - Method in interface com.apollographql.apollo.ApolloQueryWatcher
-
Returns GraphQL watched operation.
- operation - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- operation(Operation) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-
- operation() - Method in class com.apollographql.apollo.internal.RealApolloCall
-
- operation() - Method in class com.apollographql.apollo.internal.RealApolloPrefetch
-
- OperationClientMessage - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Init - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Start - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Stop - Class in com.apollographql.apollo.subscription
-
- OperationClientMessage.Terminate - Class in com.apollographql.apollo.subscription
-
- OperationResponseParser<D extends com.apollographql.apollo.api.Operation.Data,W> - Class in com.apollographql.apollo.response
-
- OperationResponseParser(Operation<D, W, ?>, ResponseFieldMapper, ScalarTypeAdapters) - Constructor for class com.apollographql.apollo.response.OperationResponseParser
-
- OperationResponseParser(Operation<D, W, ?>, ResponseFieldMapper, ScalarTypeAdapters, ResponseNormalizer<Map<String, Object>>) - Constructor for class com.apollographql.apollo.response.OperationResponseParser
-
- OperationServerMessage - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Complete - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.ConnectionAcknowledge - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.ConnectionError - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.ConnectionKeepAlive - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Data - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Error - Class in com.apollographql.apollo.subscription
-
- OperationServerMessage.Unsupported - Class in com.apollographql.apollo.subscription
-
- optimisticUpdates(Operation.Data) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- optimisticUpdates(Optional<Operation.Data>) - Method in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest.Builder
-
- optimisticUpdates - Variable in class com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- optimisticUpdates(Optional<Operation.Data>) - Method in class com.apollographql.apollo.internal.RealApolloCall.Builder
-