Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionUpdatePayload
Return type for collectionUpdate
mutation.
Signature:
export interface CollectionUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
collection? | Maybe<Collection> | (Optional) The updated collection. | |
job? | Maybe<Job> | (Optional) The asynchronous job updating the products based on the new rule set. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |