AttributeValueInput
No description
input AttributeValueInput {
id: ID
values: [String!]
value: String
dateTime: DateTime
plainText: String
richText: String
amount: Decimal
currency: String
reference: String
boolean: Boolean
file: Upload
fileUrl: String
}
Fields
AttributeValueInput.id ● ID scalar
ID of the selected attribute.
AttributeValueInput.values ● [String!] list scalar
The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
AttributeValueInput.value ● String scalar
Value representation of the attribute value (e.g. color value for swatch attributes).
AttributeValueInput.dateTime ● DateTime scalar
Date and time representation of attribute value.
AttributeValueInput.plainText ● String scalar
Supports attribute values with long text (plain text).
AttributeValueInput.richText ● String scalar
Supports attribute values with long text (html).
AttributeValueInput.amount ● Decimal scalar
Numeric value to support money or numeric attribute values.
AttributeValueInput.currency ● String scalar
Currency to support money attribute values.
AttributeValueInput.reference ● String scalar
Supports attribute values to reference any other nautical object (should be base64 ID)
AttributeValueInput.boolean ● Boolean scalar
Supports boolean attribute values.
AttributeValueInput.file ● Upload scalar
Supports file type attribute values.
AttributeValueInput.fileUrl ● String scalar
URL type to support external links as attribute values.
Member Of
CategoryInput input ● CollectionCreateInput input ● CollectionInput input ● CustomerInput input ● OrderFulfillInput input ● ProductBulkCreateInput input ● ProductCreateInput input ● ProductInput input ● ProductVariantBulkCreateInput input ● ProductVariantCreateInput input ● ProductVariantInput input ● StaffCreateInput input ● StaffUpdateInput input ● UserCreateInput input