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