UpdateEmailInput
No description
type UpdateEmailInput { email: String! password: String! clientMutationId: String!}
#
Fieldsemail
(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.