SupplierProductContentItemAssociationCreateInput
Input object to associate an existing ContentItem with a SupplierProduct
input SupplierProductContentItemAssociationCreateInput {
alt: String
category: String
contentItemId: ID!
position: Int
supplierId: ID!
supplierProductId: ID!
}
Fields
SupplierProductContentItemAssociationCreateInput.alt ● String scalar
SupplierProductContentItemAssociationCreateInput.category ● String scalar
SupplierProductContentItemAssociationCreateInput.contentItemId ● ID! non-null scalar
SupplierProductContentItemAssociationCreateInput.position ● Int scalar
Used to determine what order the content comes out in. Positive Integers are allowed, up to 9,999,999,999, and it does not have to be unique or sequential.
SupplierProductContentItemAssociationCreateInput.supplierId ● ID! non-null scalar
SupplierProductContentItemAssociationCreateInput.supplierProductId ● ID! non-null scalar
Member of
associateSupplierProductContentItem mutation