retryUpdateMint
This mutation retries updating a mint that failed by providing the ID of the update_history
.
Errors
If the mint cannot be saved to the database or fails to be emitted for submission to the desired blockchain, the mutation will result in an error.
retryUpdateMint(
input: RetryUpdateMintInput!
): RetryUpdateMintPayload!