NotificationEdge
An edge in a connection.
type NotificationEdge {
cursor: String!
node: Notification
}
Fields
NotificationEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
NotificationEdge.node ● Notification object
The item at the end of the edge.
Member of
NotificationConnection object