INPUT_OBJECT

NotificationContactInput

Payload for a notification contact

link GraphQL Schema definition

  • 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
  • }