NotifyEmailUpdatedInput
No description
input NotifyEmailUpdatedInput {
email: String!
previousEmail: String
}
Fields
NotifyEmailUpdatedInput.email
● String!
non-null scalar
The email which the user has updated to.
NotifyEmailUpdatedInput.previousEmail
● String
scalar
The email that was previously associated with this account.
Member of
notifyEmailUpdated
mutation