p
apollo_client
package apollo_client
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- apollo_client
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ApolloBaseClient extends ApolloClient
- Annotations
- @JSType() @native() @JSImport("apollo-client", "ApolloClient")
- trait ApolloCache extends Object
- Annotations
- @JSType() @native()
- class ApolloClient extends Object with DataProxy
- Annotations
- @JSType() @native() @JSImport("apollo-client", "ApolloClient")
- trait ApolloClientOptions extends Object
- Annotations
- @JSType()
- trait ApolloCurrentResult[T] extends Object
- Annotations
- @JSType() @native()
- trait ApolloError extends Error
- Annotations
- @JSType() @native()
- trait ApolloNetworkError extends Object
- Annotations
- @JSType() @native()
- trait ApolloQueryResult[T] extends Object
- Annotations
- @JSType() @native()
- trait DefaultOptions extends Object
- Annotations
- @JSType()
- sealed trait ErrorPolicy extends Any
- Annotations
- @JSType() @native()
- trait FetchMoreOptions[T, TVars <: Object] extends Object
- Annotations
- @JSType()
- trait FetchMoreQueryOptions[TVars <: Object] extends Object
- Annotations
- @JSType()
- sealed trait FetchPolicy extends Any
- Annotations
- @JSType() @native()
- trait ModifiableWatchQueryOptions[TVars <: Object] extends Object with QueryOptions[TVars]
- Annotations
- @JSType()
- trait MutationBaseOptions[T, TVars <: Object] extends Object
- Annotations
- @JSType()
- trait MutationOptions[T, TVars <: Object] extends Object with MutationBaseOptions[T, TVars]
- Annotations
- @JSType()
- type MutationQueryReducer[T, R <: Object] = Function2[Object, MutationQueryReducerOptions[T], R]
- trait MutationQueryReducerOptions[T] extends Object
- Annotations
- @JSType() @native()
- type MutationQueryReducersMap[T, R <: Object] = Dictionary[MutationQueryReducer[T, R]]
- type MutationUpdaterFn[T] = Function2[DataProxy, FetchResult[T], Unit]
- sealed trait NetworkStatus extends Any
- Annotations
- @JSType() @native()
- trait ObservableQuery[T, TVars <: Object] extends Observable[T]
Class but we keep as a trait since we do not create these directly.
Class but we keep as a trait since we do not create these directly.
- Annotations
- @JSType() @native()
- trait PureQueryOptions extends Object
- Annotations
- @JSType()
- trait QueryBaseOptions[TVars <: Object] extends Object
- Annotations
- @JSType()
- trait QueryOptions[TVars <: Object] extends Object with QueryBaseOptions[TVars]
- Annotations
- @JSType()
- type RefetchQueryDescription = |[Array[String], PureQueryOptions]
- trait SubscribeToMoreOptions[A, AVars <: Object, T] extends Object
- Annotations
- @JSType()
- trait UpdateQueryOptions[TVars <: Object] extends AnyRef
- sealed trait WatchQueryFetchPolicy extends Any
- Annotations
- @JSType() @native()
- trait WatchQueryOptions[TVars <: Object] extends Object with ModifiableWatchQueryOptions[TVars] with QueryBaseOptions[TVars]
- Annotations
- @JSType()
Value Members
- object ErrorPolicy
- object FetchPolicy
- object MutationOptions
- object NetworkStatus
- object QueryOptions
- object WatchQueryFetchPolicy
- object module extends Object
- Annotations
- @native() @JSImport("apollo-client", JSImport.Namespace)