trait MutationFunctionOptions[T, TVars <: Object] extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MutationFunctionOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val awaitRefetchQueries: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val context: UndefOr[Object]
- Annotations
- @JSOptional()
- val fetchPolicy: UndefOr[WatchQueryFetchPolicy]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val optimisticResponse: UndefOr[Function1[TVars, T]]
- Annotations
- @JSOptional() @JSName("optimisticResponse")
- val optimisticResponseStrict: UndefOr[T]
- Annotations
- @JSOptional() @JSName("optimisticResponse")
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val refetchQueriesByName: UndefOr[Array[String]]
- Annotations
- @JSOptional() @JSName("refetchQueries")
- def toLocaleString(): String
- Definition Classes
- Object
- val update: UndefOr[MutationUpdaterFn[T]]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- val variables: UndefOr[TVars]
- Annotations
- @JSOptional()