QueueMintToDropInput
Represents input data for queue_mint_to_drop
mutation
input QueueMintToDropInput {
drop: UUID!
metadataJson: MetadataJsonInput!
}
Fields
QueueMintToDropInput.drop
● UUID!
non-null scalar
QueueMintToDropInput.metadataJson
● MetadataJsonInput!
non-null input
Member of
queueMintToDrop
mutation