Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

CreateCustomMetadataPropertyInput

No description
Input Fields
parentId: ID!

CustomMetadataProperty parent Id.

name: String!

CustomMetadataProperty display name.

CustomMetadataProperty type.

helpText: String = ""

CustomMetadataProperty help text.

isRequired: Boolean = false

Define if CustomMetadataProperty is required.

defaultValue: String

Set a CustomMetadataProperty default value. This setting will be ignored for properties that are not of SELECT or MULTISELECT type (use options for these cases instead). Applies to newly uploaded Assets only.

Position in the list of newly created CustomMetadataProperty.