t

react_apollo

QueryFunctionOptions

trait QueryFunctionOptions[T, TVars <: Object] extends Object with BaseQueryOptions[TVars]

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryFunctionOptions
  2. BaseQueryOptions
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val client: UndefOr[ApolloClient]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  2. val context: UndefOr[Object]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  3. val displayName: UndefOr[String]
    Annotations
    @JSOptional()
  4. val errorPolicy: UndefOr[ErrorPolicy]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  5. val fetchPolicy: UndefOr[WatchQueryFetchPolicy]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  6. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val notifyOnNetworkStatusChange: UndefOr[Boolean]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  9. val onCompleted: UndefOr[Function1[UndefOr[T], Unit]]
    Annotations
    @JSOptional()
  10. val onError: UndefOr[Function1[ApolloError, Unit]]
    Annotations
    @JSOptional()
  11. val partialRefetch: UndefOr[Boolean]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  12. val pollInterval: UndefOr[Int]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val returnPartialData: UndefOr[Boolean]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  15. val ssr: UndefOr[Boolean]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()
  16. def toLocaleString(): String
    Definition Classes
    Object
  17. def valueOf(): Any
    Definition Classes
    Object
  18. val variables: UndefOr[|[TVars, Dynamic]]
    Definition Classes
    BaseQueryOptions
    Annotations
    @JSOptional()