Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Object Type

MetadataField

No description
Type Fields
id:ID!
Deprecated, Removal: 2025-01-01

MetadataField Id. This field will be removed. Use CustomMetadataProperty.id instead.

creator:User!
Deprecated, Removal: 2025-01-01

User who created the MetadataField. This field will be removed. Use CustomMetadataProperty.creator instead.

createdAt:DateTime!
Deprecated, Removal: 2025-01-01

DateTime of the MetadataField creation. This field will be removed. Use CustomMetadataProperty.createdAt instead.

modifier:User
Deprecated, Removal: 2025-01-01

User who last modified MetadataField. This field will be removed. Use CustomMetadataProperty.modifier instead.

modifiedAt:DateTime
Deprecated

DEPRECATED DateTime of the MetadataField's last modification. This field will be removed. Use CustomMetadataProperty.modifiedAt instead. | Date: 2025-01-01T00:00:00.000+00:00

label:String!
Deprecated

DEPRECATED MetadataField's name. This field will be removed. Use CustomMetadataProperty.name instead. | Date: 2025-01-01T00:00:00.000+00:00

type:String!
Deprecated

DEPRECATED MetadataField's type. This field will be removed. Use CustomMetadataProperty.type.name instead. | Date: 2025-01-01T00:00:00.000+00:00

values:[MetadataFieldValues]
Deprecated, Removal: 2025-01-01

Possible values for SELECT type MetadataField. This field will be removed. Use CustomMetadataProperty.type.options instead.

defaultValue:String
Deprecated, Removal: 2025-01-01

Optional default value of the MetadataField. This field will be removed. Use CustomMetadataProperty.defaultValue instead.

allowMultipleValues:Boolean!
Deprecated, Removal: 2025-01-01

Allow multiple values in SELECT type MetadataField. This field will be removed.

allowEmptyValue:Boolean!
Deprecated, Removal: 2025-01-01

Allow an empty value as a valid SELECT type MetadataField value. This field will be removed.

isSearchable:Boolean!
Deprecated, Removal: 2025-01-01

Allow users to search for MetadataField values. This field will be removed. Use CustomMetadataProperty.isSearchable instead.

isEditable:Boolean!
Deprecated, Removal: 2025-01-01

Allow users to edit MetadataField values. This field will be removed.

isVisible:Boolean!
Deprecated

DEPRECATED Show/hide MetadataField values. This field will be removed. Use CustomMetadataProperty.isViewable instead. | Date: 2025-01-01T00:00:00.000+00:00