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