trait MutationBaseOptions[T, TVars <: Object] extends Object
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MutationBaseOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val awaitRefetchQueries: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val errorPolicy: UndefOr[ErrorPolicy]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val optimisticResponse: UndefOr[|[T, Function1[TVars, T]]]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val refetchQueries: UndefOr[|[Function1[ExecutionResult[T], RefetchQueryDescription], RefetchQueryDescription]]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val update: UndefOr[MutationUpdaterFn[T]]
- Annotations
- @JSOptional()
- val updateQueries: UndefOr[MutationQueryReducersMap[T, Object]]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- val variables: UndefOr[|[TVars, Dynamic]]
- Annotations
- @JSOptional()