# InjectMutationOptions

# Interface: InjectMutationOptions

Defined in: [inject-mutation.ts:28](https://github.com/TanStack/query/blob/main/packages/angular-query-experimental/src/inject-mutation.ts#L28)

## Properties

### injector?

```ts
optional injector: Injector;
```

Defined in: [inject-mutation.ts:34](https://github.com/TanStack/query/blob/main/packages/angular-query-experimental/src/inject-mutation.ts#L34)

The `Injector` in which to create the mutation.

If this is not provided, the current injection context will be used instead (via `inject`).
