Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

CustomMetadataProperty

No description
Implemented interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

NodeInterface is the base for all types.

Type fields
id:ID!

CustomMetadataProperty Id.

creator:User!

User who created the CustomMetadataProperty.

createdAt:DateTime!

DateTime of the CustomMetadataProperty creation.

modifier:User

User who last modified the CustomMetadataProperty.

modifiedAt:DateTime

DateTime of the CustomMetadataProperty's last modification.

name:String!

CustomMetadataProperty name.

CustomMetadataProperty type details.

helpText:String

CustomMetadataProperty help text.

isRequired:Boolean!

Indicates if a CustomMetadataProperty is required to be defined.

isSearchable:Boolean!
Beta

Indicates if a CustomMetadataProperty is searchable.

isViewable:Boolean!
Beta

Indicates if a CustomMetadataProperty is viewable.

defaultValue:Any

CustomMetadataProperty value set to newly update Assets by default.

CustomMetadataPropertyDependency details.

forbiddenDependeePropertyIds:[ID!]
Beta

CustomMetadataProperty Ids that cannot be used as dependee properties.

CustomMetadataProperty permissions.