stack

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

AdminTypes.DiscountCodeActivatePayload interface

Return type for discountCodeActivate mutation.

Signature:

export interface DiscountCodeActivatePayload 

Properties

Property Modifiers Type Description
codeDiscountNode?   Maybe<DiscountCodeNode> (Optional) The activated code discount.
userErrors   Array<DiscountUserError> The list of errors that occurred from executing the mutation.