UpdateUserEmailInput
No description
type UpdateUserEmailInput { userID: ID! email: String! clientMutationId: String!}
#
FieldsuserID
(ID!
)#
userID is the ID of the User that should have their email address updated.
email
(String!
)#
email is the email address to set for the User.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.