t

react_apollo

ObservableQueryFields

trait ObservableQueryFields[T, TVars <: Object] extends Object

Annotations
@JSType() @native()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObservableQueryFields
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val fetchMore: Function1[FetchMoreOptions[T, TVars] with FetchMoreQueryOptions[TVars], Promise[ApolloQueryResult[T]]]
    Annotations
    @JSName("fetchMore")
  2. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  3. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  4. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  5. def refetch(variables: UndefOr[TVars] = js.undefined): Promise[ApolloQueryResult[T]]
  6. def startPolling(pollInterval: Int): Unit
  7. def stopPolling(): Unit
  8. def toLocaleString(): String
    Definition Classes
    Object
  9. def updateQuery(f: Function2[T, UpdateQueryOptions[TVars], T]): Unit
  10. def valueOf(): Any
    Definition Classes
    Object
  11. val variables: TVars