SetPasswordInput
No description
input SetPasswordInput {
password: String!
clientMutationId: String!
}
Fields
SetPasswordInput.password
● String!
non-null scalar
password is the password that should be associated with the User.
SetPasswordInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
setPassword
mutation