PlatformTokenUpdateInput
Input for updating an existing PlatformToken. At least one of name or description must be provided.
input PlatformTokenUpdateInput {
description: String
name: String
tokenId: String!
}
Fields
PlatformTokenUpdateInput.description ● String scalar
New description for the PlatformToken. Leave null to keep the current description.
PlatformTokenUpdateInput.name ● String scalar
New name for the PlatformToken. Leave null to keep the current name.
PlatformTokenUpdateInput.tokenId ● String! non-null scalar
Identifier of the PlatformToken to update.