Skip to main content

Notification

No description

type Notification {
notificationId: Long!
kind: NotificationKind!
title: String!
message: String!
metadata: String
createdAt: String!
read: Boolean!
}

Fields

Notification.notificationId ● Long! non-null scalar

Notification.kind ● NotificationKind! non-null enum

Notification.title ● String! non-null scalar

Notification.message ● String! non-null scalar

Notification.metadata ● String scalar

Notification.createdAt ● String! non-null scalar

Notification.read ● Boolean! non-null scalar

Member Of

NotificationQueries object ● NotificationSubscriptions object