trait ObservableQuery[T, TVars <: Object] extends Observable[T]
Class but we keep as a trait since we do not create these directly.
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObservableQuery
- Observable
- ObservableBase
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def getLastResult(): ApolloQueryResult[T]
Concrete Value Members
- def currentResult(): ApolloCurrentResult[T]
- def fetchMore(fetchMoreOptions: FetchMoreQueryOptions[TVars] with FetchMoreOptions[T, TVars]): Promise[ApolloQueryResult[T]]
- def filter(f: (T) => Boolean): Observable[T]
- Definition Classes
- ObservableBase
- def forEach(f: (T) => Unit): Promise[Unit]
- Definition Classes
- ObservableBase
- def from[R](observable: |[Observable[R], Array[R]]): Observable[R]
- Definition Classes
- ObservableBase
- def getLastError(): ApolloError
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def map[B](f: (T) => B): Observable[B]
- Definition Classes
- ObservableBase
- def of[R](args: R*): Observable[R]
- Definition Classes
- ObservableBase
- val options: WatchQueryOptions[TVars]
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val queryId: String
- val queryName: UndefOr[String]
- def refetch(variables: TVars): Promise[ApolloQueryResult[T]]
- def resetLastResults(): Unit
- def resetQueryStoreErrors(): Unit
- def result(): Promise[ApolloQueryResult[T]]
- def setOptions(opts: WatchQueryOptions[TVars]): |[Unit, Promise[ApolloQueryResult[T]]]
- def setVariables(variables: TVars, tryFetch: UndefOr[Boolean] = js.undefined): |[Unit, Promise[ApolloQueryResult[T]]]
- def startPolling(pollInterval: Int): Unit
- def stopPolling(): Unit
- def subscribe(observerOrNext: |[Function1[T, Unit], Observer[T]], error: UndefOr[Function1[Any, Unit]] = js.undefined, complete: UndefOr[Function0[Unit]] = js.undefined): Subscription
- Definition Classes
- ObservableBase
- def subscribeToMore[A, AVars <: Object](options: SubscribeToMoreOptions[T, AVars, A]): Function0[Unit]
- def toLocaleString(): String
- Definition Classes
- Object
- def updateQuery(f: Function2[T, UpdateQueryOptions[TVars], T]): Unit
- def valueOf(): Any
- Definition Classes
- Object
- val variables: TVars