changePasswordViaPasswordReset
this does not work if you are calling via an api key
changePasswordViaPasswordReset(
token: String!
password: String!
): Boolean
Arguments
changePasswordViaPasswordReset.token
● String!
non-null scalar
changePasswordViaPasswordReset.password
● String!
non-null scalar
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.