The last successfully resolved data for the mutation.
The error object for the mutation, if an error was encountered.
null.A boolean variable derived from status.
true if the last mutation attempt resulted in an error.A boolean variable derived from status.
true if the mutation is in its initial state prior to executing.A boolean variable derived from status.
true if the last mutation attempt was successful.The mutation function you can call with variables to trigger the mutation and optionally hooks on additional callback options.
This function will fire when the mutation is successful and will be passed the mutation's result.
This function will fire if the mutation encounters an error and will be passed the error.
A function to clean the mutation internal state (i.e., it resets the mutation to its initial state).
The status of the mutation.
idle initial status prior to the mutation function executing.pending if the mutation is currently executing.error if the last mutation attempt resulted in an error.success if the last mutation attempt was successful.The variables object passed to the mutationFn.
The last successfully resolved data for the mutation.
The error object for the mutation, if an error was encountered.
null.A boolean variable derived from status.
true if the last mutation attempt resulted in an error.A boolean variable derived from status.
true if the mutation is in its initial state prior to executing.A boolean variable derived from status.
true if the last mutation attempt was successful.The mutation function you can call with variables to trigger the mutation and optionally hooks on additional callback options.
This function will fire when the mutation is successful and will be passed the mutation's result.
This function will fire if the mutation encounters an error and will be passed the error.
A function to clean the mutation internal state (i.e., it resets the mutation to its initial state).
The status of the mutation.
idle initial status prior to the mutation function executing.pending if the mutation is currently executing.error if the last mutation attempt resulted in an error.success if the last mutation attempt was successful.The variables object passed to the mutationFn.
The last successfully resolved data for the mutation.
The error object for the mutation, if an error was encountered.
null.A boolean variable derived from status.
true if the last mutation attempt resulted in an error.A boolean variable derived from status.
true if the mutation is in its initial state prior to executing.A boolean variable derived from status.
true if the last mutation attempt was successful.The mutation function you can call with variables to trigger the mutation and optionally hooks on additional callback options.
This function will fire when the mutation is successful and will be passed the mutation's result.
This function will fire if the mutation encounters an error and will be passed the error.
A function to clean the mutation internal state (i.e., it resets the mutation to its initial state).
The status of the mutation.
idle initial status prior to the mutation function executing.pending if the mutation is currently executing.error if the last mutation attempt resulted in an error.success if the last mutation attempt was successful.The variables object passed to the mutationFn.
The last successfully resolved data for the mutation.
The error object for the mutation, if an error was encountered.
null.A boolean variable derived from status.
true if the last mutation attempt resulted in an error.A boolean variable derived from status.
true if the mutation is in its initial state prior to executing.A boolean variable derived from status.
true if the last mutation attempt was successful.The mutation function you can call with variables to trigger the mutation and optionally hooks on additional callback options.
This function will fire when the mutation is successful and will be passed the mutation's result.
This function will fire if the mutation encounters an error and will be passed the error.
A function to clean the mutation internal state (i.e., it resets the mutation to its initial state).
The status of the mutation.
idle initial status prior to the mutation function executing.pending if the mutation is currently executing.error if the last mutation attempt resulted in an error.success if the last mutation attempt was successful.The variables object passed to the mutationFn.
Import a received mirror into the library; shared by the card's visible "Import to library" button and the settings dialog's Local-project row.
isPendingis derived across ALL instances of the keyed mutation, so the dialog's button is disabled while the card's import is in flight (and vice versa) instead of firing a duplicate import.