Home > @infiniteobjects/shopify-data-manager > AdminTypes > CatalogUpdatePayload
Return type for catalogUpdate
mutation.
Signature:
export interface CatalogUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
catalog? | Maybe<Catalog> | (Optional) The updated catalog. | |
userErrors | Array<CatalogUserError> | The list of errors that occurred from executing the mutation. |