mintToCollection
This mutation mints either a compressed or standard NFT to a collection. For Solana, the mint is verified and the collection size incremented.
mintToCollection(
input: MintToCollectionInput!
): MintToCollectionPayload!
Arguments
mintToCollection.input
● MintToCollectionInput!
non-null input
Type
MintToCollectionPayload
object
Represents payload data for
mint_to_collection
mutation