OBJECT

ResourceNotification

MongoDB/GraphQL Resource Notification model

Modelo de Notificación de Recurso de MongoDB/GraphQL

link GraphQL Schema definition

  • type ResourceNotification {
  • id: String
  • # Determines what kind of notification it is and the title shown
  • #
  • # Determina qué tipo de notificación y el título mostrado
  • titleRef: String
  • # Determines the description shown in the notification
  • #
  • # Determina queé se muestra en la descripción de la notificación
  • descriptionRef: String
  • user: NotificationUserInfo!
  • resource: NotificationResourceData
  • ticketStatus: TicketStatusCode!
  • timestamp: Date
  • }