INPUT_OBJECT

ChangePassword

link GraphQL Schema definition

1input ChangePassword {
5
2# The current user's old password. Must be provided even if the
3# user is otherwise authenticated as an additional security check.
4oldPassword: String!
9
6# The new password. May be subject to validation rules depending
7# on the organization or environment system policy.
8newPassword: String!
10}