Magidoc

AttributeCreateInput
Input Object

Fields

#

availableInGrid

Whether the attribute can be displayed in the admin product list.

createdBy

ID of the Seller that created the Attribute, or null if Marketplace Operator

filterableInDashboard

Whether the attribute can be filtered in dashboard.

filterableInStorefront

Whether the attribute can be filtered in storefront.

inputType

The input type to use for entering attribute values in the dashboard.

isVariantOnly

Whether the attribute is for variants only.

name

Non-null

Name of an attribute displayed in the interface.

slug

Internal representation of an attribute name.

storefrontSearchPosition

The position of the attribute in the storefront navigation (0 by default).

valueRequired

Whether the attribute requires values to be passed or not.

values

List of attribute's values.

visibleInStorefront

Whether the attribute should be visible or not in storefront.

Usages

#

References

#

  • Argument input of field attributeCreate from type Mutation