updateMint
This mutation updates a mint.
Errors
If the mint cannot be saved to the database or fails to be emitted for submission to the desired blockchain, the mutation will result in an error.
updateMint(
input: UpdateMintInput!
): UpdateMintPayload!