Skip to content

updateNotificationContact

Update a Notification Contact

Arguments

input · updateNotificationContactInput · Parameters for updateNotificationContact

Returns

updateNotificationContactPayload

Example

mutation updateNotificationContact($input: updateNotificationContactInput) {
updateNotificationContact(input: $input) {
messages
notificationContact
}
}