Skip to main content

ProductImageFromFileInput

Input object for creating a ProductContentItem Image from a file

input ProductImageFromFileInput {
alt: String
category: String
demandHqId: ID!
fileExtension: String!
fileName: String!
position: Int
productId: ID!
}

Fields

ProductImageFromFileInput.alt ● String scalar

ProductImageFromFileInput.category ● String scalar

ProductImageFromFileInput.demandHqId ● ID! non-null scalar

ProductImageFromFileInput.fileExtension ● String! non-null scalar

ProductImageFromFileInput.fileName ● String! non-null scalar

ProductImageFromFileInput.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.

ProductImageFromFileInput.productId ● ID! non-null scalar

Member of

createProductImagesFromFiles mutation