createDrop
This mutation creates a new NFT drop and its associated collection. The drop returns immediately with a creation status of CREATING. You can set up a webhook to receive a notification when the drop is ready to be minted. Error If the drop cannot be saved to the database or fails to be emitted for submission to the desired blockchain, the mutation will result in an error.
createDrop(
input: CreateDropInput!
): CreateDropPayload!