ObservableQuery
ObservableQuery API reference
ObservableQuery
functions
ApolloClient
Observables extend the Observables implementation provided by zen-observable
. Refer to the zen-observable
documentation for additional context and API options.
Update the variables of this observable query, and fetch the new results.
This method should be preferred over setVariables
in most use cases.
Arguments
- variables Partial<>
Arguments
- newOptions Partial<WatchQueryOptions>
This is for internal use only. Most users should instead use refetch
in order to be properly notified of results even when they come from cache.
Arguments
- variables any
Arguments
- fetchMoreOptions any
Arguments
- mapFn (any, Pick<WatchQueryOptions, "variables">) => any
Arguments
- pollInterval any
Types
The current status of a query’s execution in our system.
Properties
- data T
- error ApolloError
- errors ReadonlyArray<GraphQLError>
- loading any
- networkStatus NetworkStatus
- partial any