stack

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

AdminTypes.DiscountCodeAppCreatePayload interface

Return type for discountCodeAppCreate mutation.

Signature:

export interface DiscountCodeAppCreatePayload 

Properties

Property Modifiers Type Description
codeAppDiscount?   Maybe<DiscountCodeApp> (Optional) The created code app discount.
userErrors   Array<DiscountUserError> The list of errors that occurred from executing the mutation.