notifications
Return a list of notifications.
notifications(
first: Int! = 10
after: String
): NotificationConnection!
Arguments
notifications.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
notifications.after ● String scalar
A cursor after which elements are returned.
Type
NotificationConnection object
A paginated list of Notification edges.