t

apollo_client

ObservableQuery

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObservableQuery
  2. Observable
  3. ObservableBase
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def getLastResult(): ApolloQueryResult[T]

Concrete Value Members

  1. def currentResult(): ApolloCurrentResult[T]
  2. def fetchMore(fetchMoreOptions: FetchMoreQueryOptions[TVars] with FetchMoreOptions[T, TVars]): Promise[ApolloQueryResult[T]]
  3. def filter(f: (T) => Boolean): Observable[T]
    Definition Classes
    ObservableBase
  4. def forEach(f: (T) => Unit): Promise[Unit]
    Definition Classes
    ObservableBase
  5. def from[R](observable: |[Observable[R], Array[R]]): Observable[R]
    Definition Classes
    ObservableBase
  6. def getLastError(): ApolloError
  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. def map[B](f: (T) => B): Observable[B]
    Definition Classes
    ObservableBase
  10. def of[R](args: R*): Observable[R]
    Definition Classes
    ObservableBase
  11. val options: WatchQueryOptions[TVars]
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val queryId: String
  14. val queryName: UndefOr[String]
  15. def refetch(variables: TVars): Promise[ApolloQueryResult[T]]
  16. def resetLastResults(): Unit
  17. def resetQueryStoreErrors(): Unit
  18. def result(): Promise[ApolloQueryResult[T]]
  19. def setOptions(opts: WatchQueryOptions[TVars]): |[Unit, Promise[ApolloQueryResult[T]]]
  20. def setVariables(variables: TVars, tryFetch: UndefOr[Boolean] = js.undefined): |[Unit, Promise[ApolloQueryResult[T]]]
  21. def startPolling(pollInterval: Int): Unit
  22. def stopPolling(): Unit
  23. 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
  24. def subscribeToMore[A, AVars <: Object](options: SubscribeToMoreOptions[T, AVars, A]): Function0[Unit]
  25. def toLocaleString(): String
    Definition Classes
    Object
  26. def updateQuery(f: Function2[T, UpdateQueryOptions[TVars], T]): Unit
  27. def valueOf(): Any
    Definition Classes
    Object
  28. val variables: TVars