CustomAttributeUpdateData
No description
input CustomAttributeUpdateData {
allowed_values: [String!]
data_type: CustomAttributeDataType
description: String
label: String
}
Fields
CustomAttributeUpdateData.allowed_values ● [String!] list scalar
CustomAttributeUpdateData.data_type ● CustomAttributeDataType enum
CustomAttributeUpdateData.description ● String scalar
CustomAttributeUpdateData.label ● String scalar
Member Of
updateCustomAttribute mutation