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.

isViewable: Boolean! = true
Beta

BETA Define if CustomMetadataProperty is viewable.

isSearchable: Boolean! = true
Beta

BETA Define if CustomMetadataProperty is searchable.

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.

BETA Set a dependency to another CustomMetadataProperty.

BETA Permissions defined for this property.