pauseDrop
This mutation allows for the temporary blocking of the minting of editions and can be resumed by calling the resumeDrop mutation.
pauseDrop(
input: PauseDropInput!
): PauseDropPayload!
Arguments
pauseDrop.input
● PauseDropInput!
non-null input
Type
PauseDropPayload
object
Represents the result of a successful pause drop mutation.