ProductInput Input Object
The properties of the new Product.
Fields
#
description
String !
Non-null
The description of the Product. Description cannot be blank and must be less than 1000 characters.
productCategory
Non-null
The ProductCategoryInput associated with the Product.
title
String !
Non-null
The title of the Product. Title cannot be blank and must be less than 1000 characters.
Usages
#
References
#
- Argument input of field productCreate from type Mutation
- Argument input of field productUpdate from type Mutation
Previous
ProductEdge
Next
ProductSortKeys