MintTokens

This mutation uploads the Dynamic NFT metadata to the storage bucket instead of arweave.

Sample Query


mutation MintTokens($tokenId: [UUID1!]!) {
  MintTokens(tokenIds: $tokenIds)
}

Sample Variable

{
  "tokenIds": [
    "9d1f7f39-713a-4d63-88f7-720a1741dc19"
  ]
}

Sample Response

{
  "data": {
    "MintTokensResponse": "Initialized token deployment"
   }
}

Arguments

NameTypeDescription
tokenIdsUUIDThe NFT Token ID.