CustomerActivatePayload
Result of customerActivateByUrl mutation — admin-created customer sets initial password
type CustomerActivatePayload {
customer: Customer
customerAccessToken: CustomerAccessToken
userErrors: [UserError!]!
}
Fields
CustomerActivatePayload.customer ● Customer object
Activated customer
CustomerActivatePayload.customerAccessToken ● CustomerAccessToken object
Auto-login access token
CustomerActivatePayload.userErrors ● [UserError!]! non-null object
User errors (code is namespaced — e.g. CUSTOMER_NOT_FOUND, CUSTOMER_TOKEN_INVALID, CUSTOMER_PASSWORD_TOO_WEAK)
Returned By
customerActivate mutation