SupplierProductImageFromFileResponse
The response object from createSupplierProductImageFromFile
type SupplierProductImageFromFileResponse {
contentItem: SupplierProductContentItem!
fields: JSON!
url: String!
}
Fields
SupplierProductImageFromFileResponse.contentItem
● SupplierProductContentItem!
non-null object
SupplierProductImageFromFileResponse.fields
● JSON!
non-null scalar
SupplierProductImageFromFileResponse.url
● String!
non-null scalar
Returned by
createSupplierProductImageFromFile
mutation