UpdateEmailInput
No description
type UpdateEmailInput { email: String! password: String! clientMutationId: String!}Fields#
email (String!)#
email is the email address to set for the User.
password (String!)#
password is the users password.
clientMutationId (String!)#
clientMutationId is required for Relay support.