Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerGenerateAccountActivationUrlPayload
Return type for customerGenerateAccountActivationUrl mutation.
Signature:
export interface CustomerGenerateAccountActivationUrlPayload
| 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. |