react-code-dataset / react-query /docs /framework /angular /reference /interfaces /injectmutationstateoptions.md
metadata
id: InjectMutationStateOptions
title: InjectMutationStateOptions
Interface: InjectMutationStateOptions
Properties
injector?
optional injector: Injector;
The Injector in which to create the mutation state signal.
If this is not provided, the current injection context will be used instead (via inject).