SupplierProductContentItemAssociationInCompositeCreateInput
Input object to associate an existing ContentItem with a SupplierProduct inside a SupplierProductCompositeCreateInput
input SupplierProductContentItemAssociationInCompositeCreateInput {
alt: String
category: String
contentItemId: ID!
position: Int
}
Fields
SupplierProductContentItemAssociationInCompositeCreateInput.alt
● String
scalar
SupplierProductContentItemAssociationInCompositeCreateInput.category
● String
scalar
SupplierProductContentItemAssociationInCompositeCreateInput.contentItemId
● ID!
non-null scalar
SupplierProductContentItemAssociationInCompositeCreateInput.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.