Types > Option
Storefront APITypesOption
Option

Description

Topic: Options

Fields

id: String!

A unique human-readable option identifier

Example: "size"


meta: String!

Metadata of the option

Example: "color"


name: String!

Name of the option

Translatable

Example: "Size"


values: [OptionValue!]!

Option values


Used By

Queries

storefrontOptions

Preview (typescript)

Loading module