Skip to content

UpdateUserEmailInput

Autogenerated input type of UpdateUserEmail

Fields

deprecated DO NOT USE
new_email · String! · required
user_id · ID! · required

Used By

Definition

"""
Autogenerated input type of UpdateUserEmail
"""
input UpdateUserEmailInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
current_email: String!
new_email: String!
user_id: ID!
}