OBJECT
ResourceNotification
MongoDB/GraphQL Resource Notification model
Modelo de Notificación de Recurso de MongoDB/GraphQL
link GraphQL Schema definition
- type ResourceNotification {
- : String
- # Determines what kind of notification it is and the title shown
- #
- # Determina qué tipo de notificación y el título mostrado
- : String
- # Determines the description shown in the notification
- #
- # Determina queé se muestra en la descripción de la notificación
- : String
- : NotificationUserInfo!
- : NotificationResourceData
- : TicketStatusCode!
- : Date
- }