p

apollo_client

package apollo_client

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. apollo_client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class ApolloBaseClient extends ApolloClient
    Annotations
    @JSType() @native() @JSImport("apollo-client", "ApolloClient")
  2. trait ApolloCache extends Object
    Annotations
    @JSType() @native()
  3. class ApolloClient extends Object with DataProxy
    Annotations
    @JSType() @native() @JSImport("apollo-client", "ApolloClient")
  4. trait ApolloClientOptions extends Object
    Annotations
    @JSType()
  5. trait ApolloCurrentResult[T] extends Object
    Annotations
    @JSType() @native()
  6. trait ApolloError extends Error
    Annotations
    @JSType() @native()
  7. trait ApolloNetworkError extends Object
    Annotations
    @JSType() @native()
  8. trait ApolloQueryResult[T] extends Object
    Annotations
    @JSType() @native()
  9. trait DefaultOptions extends Object
    Annotations
    @JSType()
  10. sealed trait ErrorPolicy extends Any
    Annotations
    @JSType() @native()
  11. trait FetchMoreOptions[T, TVars <: Object] extends Object
    Annotations
    @JSType()
  12. trait FetchMoreQueryOptions[TVars <: Object] extends Object
    Annotations
    @JSType()
  13. sealed trait FetchPolicy extends Any
    Annotations
    @JSType() @native()
  14. trait ModifiableWatchQueryOptions[TVars <: Object] extends Object with QueryOptions[TVars]
    Annotations
    @JSType()
  15. trait MutationBaseOptions[T, TVars <: Object] extends Object
    Annotations
    @JSType()
  16. trait MutationOptions[T, TVars <: Object] extends Object with MutationBaseOptions[T, TVars]
    Annotations
    @JSType()
  17. type MutationQueryReducer[T, R <: Object] = Function2[Object, MutationQueryReducerOptions[T], R]
  18. trait MutationQueryReducerOptions[T] extends Object
    Annotations
    @JSType() @native()
  19. type MutationQueryReducersMap[T, R <: Object] = Dictionary[MutationQueryReducer[T, R]]
  20. type MutationUpdaterFn[T] = Function2[DataProxy, FetchResult[T], Unit]
  21. sealed trait NetworkStatus extends Any
    Annotations
    @JSType() @native()
  22. 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()
  23. trait PureQueryOptions extends Object
    Annotations
    @JSType()
  24. trait QueryBaseOptions[TVars <: Object] extends Object
    Annotations
    @JSType()
  25. trait QueryOptions[TVars <: Object] extends Object with QueryBaseOptions[TVars]
    Annotations
    @JSType()
  26. type RefetchQueryDescription = |[Array[String], PureQueryOptions]
  27. trait SubscribeToMoreOptions[A, AVars <: Object, T] extends Object
    Annotations
    @JSType()
  28. trait UpdateQueryOptions[TVars <: Object] extends AnyRef
  29. sealed trait WatchQueryFetchPolicy extends Any
    Annotations
    @JSType() @native()
  30. trait WatchQueryOptions[TVars <: Object] extends Object with ModifiableWatchQueryOptions[TVars] with QueryBaseOptions[TVars]
    Annotations
    @JSType()

Value Members

  1. object ErrorPolicy
  2. object FetchPolicy
  3. object MutationOptions
  4. object NetworkStatus
  5. object QueryOptions
  6. object WatchQueryFetchPolicy
  7. object module extends Object
    Annotations
    @native() @JSImport("apollo-client", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped