trait QueryResult[T, TVars <: Object] extends Object with ObservableQueryFields[T, TVars]
Is data undefined or null when there is no data?
- Annotations
- @JSType() @native()
- See also
https://github.com/apollographql/react-apollo/pull/3388
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryResult
- ObservableQueryFields
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val called: Boolean
- val client: ApolloClient
- val data: UndefOr[T]
- val error: UndefOr[ApolloError]
- val fetchMore: Function1[FetchMoreOptions[T, TVars] with FetchMoreQueryOptions[TVars], Promise[ApolloQueryResult[T]]]
- Definition Classes
- ObservableQueryFields
- Annotations
- @JSName("fetchMore")
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val loading: Boolean
- val networkStatus: NetworkStatus
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def refetch(variables: UndefOr[TVars] = js.undefined): Promise[ApolloQueryResult[T]]
- Definition Classes
- ObservableQueryFields
- def startPolling(pollInterval: Int): Unit
- Definition Classes
- ObservableQueryFields
- def stopPolling(): Unit
- Definition Classes
- ObservableQueryFields
- def toLocaleString(): String
- Definition Classes
- Object
- def updateQuery(f: Function2[T, UpdateQueryOptions[TVars], T]): Unit
- Definition Classes
- ObservableQueryFields
- def valueOf(): Any
- Definition Classes
- Object
- val variables: TVars
- Definition Classes
- ObservableQueryFields