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