Skip to content

createNotificationContact

create a Notification Contact

Arguments

input · createNotificationContactInput · Parameters for createNotificationContact

Returns

createNotificationContactPayload

Example

mutation createNotificationContact($input: createNotificationContactInput) {
createNotificationContact(input: $input) {
messages
notificationContact
}
}