stack

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

AdminTypes.CatalogUpdatePayload interface

Return type for catalogUpdate mutation.

Signature:

export interface CatalogUpdatePayload 

Properties

Property Modifiers Type Description
catalog?   Maybe<Catalog> (Optional) The updated catalog.
userErrors   Array<CatalogUserError> The list of errors that occurred from executing the mutation.