retryMintEdition
This mutation retries a mint which failed or is in pending state. The mint returns immediately with a creation status of CREATING. You can set up a webhook to receive a notification when the mint is accepted by the blockchain.
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.
retryMintEdition(
input: RetryMintEditionInput!
): RetryMintEditionPayload!
Arguments
retryMintEdition.input
● RetryMintEditionInput!
non-null input
Type
RetryMintEditionPayload
object
Represents payload data for
retry_mint
mutation