NotificationEdge
An edge that contains a node of type Notification and a cursor.
type NotificationEdge {
node: Notification!
cursor: String!
}
Fields
NotificationEdge.node ● Notification! non-null object
The Notification node.
NotificationEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
NotificationConnection object