Skip to main content

SetPasswordInput

No description

type SetPasswordInput {  password: String!  clientMutationId: String!}

Fields#

password (String!)#

password is the password that should be associated with the User.

clientMutationId (String!)#

clientMutationId is required for Relay support.