stack

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

AdminTypes.CustomerGenerateAccountActivationUrlPayload interface

Return type for customerGenerateAccountActivationUrl mutation.

Signature:

export interface CustomerGenerateAccountActivationUrlPayload 

Properties

Property Modifiers Type Description
accountActivationUrl?   Maybe<Scalars[‘URL’][‘output’]> (Optional) The generated account activation URL.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.