Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductImageUpdatePayload
Return type for productImageUpdate
mutation.
Signature:
export interface ProductImageUpdatePayload
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. |