INPUT_OBJECT
ChangePasswordInput
Input type for changing the current user's password
link GraphQL Schema definition
- input ChangePasswordInput {
- # New password with confirmation
- : ChangePasswordPlainPasswordInput!
- }
INPUT_OBJECT
Input type for changing the current user's password
- input ChangePasswordInput {
- # New password with confirmation
- : ChangePasswordPlainPasswordInput!
- }