Home > @tridion-sites/extensions > MutationOptions > meta
If set, it stores additional information on the mutation cache entry that can be used as needed. It will be accessible wherever the mutation is available (eg. onError, onSuccess functions of the MutationCache).
Signature:
meta?: Record<string, unknown>;