stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductImageUpdatePayload

AdminTypes.ProductImageUpdatePayload interface

Return type for productImageUpdate mutation.

Signature:

export interface ProductImageUpdatePayload 

Properties

Property Modifiers Type Description
image?   Maybe<Image> (Optional) The image that has been updated.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.