UpdateMyEmailPayload
ObjectAutogenerated return type of UpdateMyEmail.
mutation { user { updateMyEmail } }
Example
mutation UpdateMyEmail($input: UpdateMyEmailInput!) {
user {
updateMyEmail(input: $input) {
errors
}
}
}Autogenerated return type of UpdateMyEmail.
mutation { user { updateMyEmail } }
mutation UpdateMyEmail($input: UpdateMyEmailInput!) {
user {
updateMyEmail(input: $input) {
errors
}
}
}