INPUT_OBJECT

resetPasswordAdministratorRequestInput

Request of ResetPasswordAdministratorCmd.

link GraphQL Schema definition

1input resetPasswordAdministratorRequestInput {
4
2# The administrator password.
3administratorPassword: String
7
5# The logonId of shopper to reset the password for.
6logonId: String!
10
8# The URL to call when the command completes successfully.
9uRL: String
11}

link Required by