Skip to main content

notifications

Reads a set of Notification.

notifications(
first: Int
offset: Int
orderBy: [NotificationsOrderBy!]
condition: NotificationCondition
filter: NotificationFilter
): [Notification!]

Arguments

notifications.first ● Int scalar

Only read the first n values of the set.

notifications.offset ● Int scalar

Skip the first n values.

notifications.orderBy ● [NotificationsOrderBy!] list enum

The method to use when ordering Notification.

notifications.condition ● NotificationCondition input

A condition to be used in determining which values should be returned by the collection.

notifications.filter ● NotificationFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Notification object