createCollection
This mutation creates a new NFT collection. The collection returns immediately with a creation status of CREATING. You can set up a webhook to receive a notification when the collection is ready to be minted. For Solana, the collection is a sized Metaplex certified collection.
createCollection(
input: CreateCollectionInput!
): CreateCollectionPayload!
Arguments
createCollection.input
● CreateCollectionInput!
non-null input
Type
CreateCollectionPayload
object
Result of a successful create collection mutation.