Types > ContentModel
Storefront APITypesContentModel
ContentModel

Description

Topics: Content Models, Info

Fields

builtin: Boolean!

Whether this content model is a built-in one

Example: false


id: String!

Unique content model identifier. See also: Unique Identifiers

Example: "co_EQzGqWoY"


json: String!

JSON description of the model (as a string)

Example: "{"type": "string"}"


label: String!

Label of the content model for UI

Example: "Ingredients"


name: String!

User provided name of the content, must be unique

Example: "ingredients"


Used By

Queries

infoContentModels

Preview (typescript)

Loading module