INPUT_OBJECT
Autogenerated input type of UpdateUserEmail
input UpdateUserEmailInput {# A unique identifier for the client performing the mutation.clientMutationId: Stringcurrent_email: String!new_email: String!user_id: ID!}