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