UserNotificationFilterInputType
No description
input UserNotificationFilterInputType {
createdAfter: String
createdBefore: String
isRead: Boolean
}
Fields
UserNotificationFilterInputType.createdAfter ● String scalar
UserNotificationFilterInputType.createdBefore ● String scalar
UserNotificationFilterInputType.isRead ● Boolean scalar
if true, only returns read notifications. if false, only unread notifications. If not set or null, returns both
Member of
userNotifications query