Skip to content

Alter Type description using DQL

Description of an object type can be altered through DQL query as below.

 

Syntax:

ALTER TYPE <type_name> SET label_text = <description> PUBLISH

 

Example:

ALTER TYPE custom_type SET label_text = 'Custom Type' PUBLISH

 

 

Published inDQL