Skip to content

NotificationContactInput

Payload for a notification contact

Fields

_destroy · Boolean · If true, the notification contact will be deleted
email · String · The email of the notification contact
id · ID · The ID of the notification contact

Used By

Definition

"""
Payload for a notification contact
"""
input NotificationContactInput {
"""
If true, the notification contact will be deleted
"""
_destroy: Boolean
"""
The email of the notification contact
"""
email: String
"""
The ID of the notification contact
"""
id: ID
}