This mutation allows tokens to be minted.
Sample Mutation
Mint a token:
mutation{
mintTokens(tokenIds:"5f0f898b-f086-4336-bc3c-7b9efbfcf5f7")
}{
"data": {
"mintTokens": "Initialized token deployment"
}
}Arguments
| Name | Type | Description | Required |
|---|---|---|---|
tokenIds | UUID | The token ID. | Yes |
Returns
| Name | Type | Description |
|---|---|---|
| N/A | String | The value of mint tokens |
Example
Mint a token using a token ID:

