UpdateNftContractDraft

UpdateNftContractDraft used to configure the dynamic Nft flag which can be either set to true or false based on the use case.

Refer: UpdateNftContractDraft

note: Before setting up the query variable include "isContractNftDynamic":true field in UpdateNftContractDraft mutation to setup the contract token as dynamic. use the below query variable for reference.

sample variable

{
  "contractId": "70b2e3b7-a2ab-4a37-b681-5c31ec9703da",
  "input": {
    "orgId": "8fb128bd-f55d-4bcc-8b6c-0beb684e4d4e",
    "collectionType": "OpenEdition",
    "networkId": "b260424b-bb37-4a3e-86d0-0866175e5e68",
    "contractType": "ERC721Creator",
    "deploymentType": "HOT_WALLET",
    "hotWalletId": "75aed80d-780d-4588-85b8-3b5642a0ad30",
    "mintingMethod": "MINT_ON_DEMAND",
    "isDelayedReveal": true,
    "delayedRevealImageId": "e081a143-83b9-4161-b039-0480073d9c2b",
    "delayedRevealDescription": "LLLDKDK",
    "delayedRevealTriggerTime": "2023-08-22T00:58:00Z",
    "totalSupply": 10,
    "delayedRevealName": "OPDOPDO",
    "royalties": [],
    "maxEdition": 0,
    "isRedeemable": false,
    "redeemMaxLimit": 1000,
    "isContractNftDynamic":true
  }
}