retryDrop
This mutation retries an existing drop. The drop returns immediately with a creation status of CREATING. You can set up a webhook to receive a notification when the drop is ready to be minted. Errors The mutation will fail if the drop and its related collection cannot be located, if the transaction response cannot be built, or if the transaction event cannot be emitted.
retryDrop(
input: RetryDropInput!
): CreateDropPayload!