Skip to main content

MobileNotification

No description

type MobileNotification {
id: ID!
user: User
message: String
isRead: Boolean
timestamp: DateTime
}

Fields

MobileNotification.id ● ID! non-null scalar

MobileNotification.user ● User object

MobileNotification.message ● String scalar

MobileNotification.isRead ● Boolean scalar

MobileNotification.timestamp ● DateTime scalar

Returned By

markAsRead mutation ● mobileNotification query ● mobileNotifications query

Member Of

MobileNotificationConnectionEdge object