stack

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

AdminTypes.MarketingActivityUpdatePayload interface

Return type for marketingActivityUpdate mutation.

Signature:

export interface MarketingActivityUpdatePayload 

Properties

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.