NotificationContactInput
Payload for a notification contact
Fields
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}