MintDropInput
Represents input data for mint_edition
mutation with a UUID and recipient as fields
input MintDropInput {
drop: UUID!
recipient: String!
}
Fields
MintDropInput.drop
● UUID!
non-null scalar
The ID of the drop to mint to
MintDropInput.recipient
● String!
non-null scalar
The recipient of the mint
Member of
mintEdition
mutation