Skip to main content

retryMint

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.

retryMint(
input: RetryMintInput!
): RetryMintPayload!

Arguments

retryMint.input ● RetryMintInput! non-null input

Type

RetryMintPayload object

Represents payload data for retry_mint mutation