Method
executeMutation
(
options: MutationOptions<TData, TError, TVariables, TContext>
)
Source from the content-addressed store, hash-verified
| 506 | } |
| 507 | |
| 508 | executeMutation< |
| 509 | TData = unknown, |
| 510 | TError = unknown, |
| 511 | TVariables = void, |
| 512 | TContext = unknown |
| 513 | >( |
| 514 | options: MutationOptions<TData, TError, TVariables, TContext> |
| 515 | ): Promise<TData> { |
| 516 | return this.mutationCache.build(this, options).execute() |
| 517 | } |
| 518 | |
| 519 | getQueryCache(): QueryCache { |
| 520 | return this.queryCache |
Callers
nothing calls this directly
Tested by
no test coverage detected