stack

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

AdminTypes.MarketingActivityCreatePayload interface

Return type for marketingActivityCreate mutation.

Signature:

export interface MarketingActivityCreatePayload 

Properties

Property Modifiers Type Description
marketingActivity?   Maybe<MarketingActivity> (Optional) The created marketing activity.
redirectPath?   Maybe<Scalars[‘String’][‘output’]> (Optional) The path to return back to shopify admin from embedded editor.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.