AttributeCreateInput
No description
input AttributeCreateInput {
attributeDescriptionId: String!
value: AttributeValueInput!
customerId: Int
contactId: Int
companyId: Int
productId: Int
clusterId: Int
categoryId: Int
}
Fields
AttributeCreateInput.attributeDescriptionId
● String!
non-null scalar
The ID of the AttributeDescription
AttributeCreateInput.value
● AttributeValueInput!
non-null input
The value of the attribute
AttributeCreateInput.customerId
● Int
scalar
The ID of the customer the attribute belongs to
AttributeCreateInput.contactId
● Int
scalar
The ID of the contact the attribute belongs to
AttributeCreateInput.companyId
● Int
scalar
The ID of the company the attribute belongs to
AttributeCreateInput.productId
● Int
scalar
The ID of the product the attribute belongs to
AttributeCreateInput.clusterId
● Int
scalar
The ID of the cluster the attribute belongs to
AttributeCreateInput.categoryId
● Int
scalar
The ID of the category the attribute belongs to
Member Of
attributeCreate
mutation