t

react_apollo

MutationHookOptions

trait MutationHookOptions[T, TVars <: Object] extends Object with BaseMutationOptions[T, TVars]

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

Value Members

  1. val awaitRefetchQueries: UndefOr[Boolean]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  2. val client: UndefOr[ApolloClient]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  3. val context: UndefOr[Object]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  4. val errorPolicy: UndefOr[ErrorPolicy]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  5. val fetchPolicy: UndefOr[WatchQueryFetchPolicy]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  6. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  7. val ignoreResults: UndefOr[Boolean]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  8. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  9. val mutation: UndefOr[DocumentNode]
    Annotations
    @JSOptional()
  10. val notifyOnNetworkStatusChange: UndefOr[Boolean]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  11. val onCompleted: UndefOr[Function1[UndefOr[T], Unit]]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  12. val onError: UndefOr[Function1[ApolloError, Unit]]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val refetchQueriesBy: UndefOr[Function1[Array[Any], Array[String]]]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional() @JSName("refetchQueries")
  15. val refetchQueriesByName: UndefOr[Array[String]]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional() @JSName("refetchQueries")
  16. def toLocaleString(): String
    Definition Classes
    Object
  17. val update: UndefOr[MutationUpdaterFn[T]]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()
  18. def valueOf(): Any
    Definition Classes
    Object
  19. val variables: UndefOr[TVars]
    Definition Classes
    BaseMutationOptions
    Annotations
    @JSOptional()