Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityUpdatePayload
Return type for marketingActivityUpdate
mutation.
Signature:
export interface MarketingActivityUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
marketingActivity? | Maybe<MarketingActivity> | (Optional) The updated marketing activity. | |
redirectPath? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The redirect path from the embedded editor to the Shopify admin. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |