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.

defaultValue:Any

CustomMetadataProperty value set to newly update Assets by default.