INPUT_OBJECT
UpdateNotificationInput
UpdateNotificationInput is used for update Notification object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateNotificationInput {
- # The type of notification.
- : NotificationNotificationType
- # The type of resource that the notification is for.
- : String
- # The ID of the resource that the notification is for.
- : String
- # (DEPRECATED - Use body instead) The message of the notification.
- : String
- # The body of the notification. This is the fully rendered message minus the
- # user's name
- # ie. liked your post "Test Post"
- # or reflected on your post "Test Post"
- : String
- # The time that the notification was read.
- : Time
- : Boolean
- : Time
- : Time
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- }
link Require by
This element is not required by anyone