notifications
No description
notifications(
first: Int!
isRead: Boolean!
location: NotificationLocationType!
orderBy: [QueryNotificationsOrderByClause!]
page: Int = 1
where: QueryNotificationsWhereWhereConditions
): NotificationsResponse
No description
notifications(
first: Int!
isRead: Boolean!
location: NotificationLocationType!
orderBy: [QueryNotificationsOrderByClause!]
page: Int = 1
where: QueryNotificationsWhereWhereConditions
): NotificationsResponse
notifications.first ● Int! non-null scalarnotifications.isRead ● Boolean! non-null scalarnotifications.location ● NotificationLocationType! non-null enumnotifications.orderBy ● [QueryNotificationsOrderByClause!] list inputnotifications.page ● Int scalarnotifications.where ● QueryNotificationsWhereWhereConditions inputNotificationsResponse object