switchCollection
This mutation allows you to change the collection to which a mint belongs.
For Solana, the mint specified by input must already belong to a Metaplex Certified Collection.
The collection you are aiming to switch to must also be Metaplex Certified Collection.
switchCollection(
input: SwitchCollectionInput!
): SwitchCollectionPayload!
Arguments
switchCollection.input ● SwitchCollectionInput! non-null input
Type
SwitchCollectionPayload object
Represents the result of a successful switch collection mutation.