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