notifications
notifications will return a list of notifications for an ownerID.
notifications(
ownerID: ID!
first: Int = 10
after: Cursor
): NotificationsConnection!
notifications will return a list of notifications for an ownerID.
notifications(
ownerID: ID!
first: Int = 10
after: Cursor
): NotificationsConnection!
notifications.ownerID
● ID!
non-null scalarnotifications.first
● Int
scalarnotifications.after
● Cursor
scalarNotificationsConnection
object