Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

CustomMetadataValueInput

The value to store for one custom metadata property. Provide exactly one arm, matching the property's type.

Input fields
text: String
Beta

Value for a TEXT, LONGTEXT or URL property.

number: Float
Beta

Value for a NUMBER property.

date: DateTime
Beta

Value for a DATE property.

optionIds: [ID!]
Beta

CustomMetadataPropertyOption ids for a SELECT or MULTISELECT property.