A
Size: a a a
A
Д
query notifications($page: Int, $per_page: Int) {
notifications(page: $page, per_page: $per_page, unviewed: true) {
data {
id
text
is_viewed
created_at
}
total
total_unviewed
current_page
last_page
per_page
has_more_pages
}
}
Д
RM
A
RM
Д
A
Д
RM
RM
RM
A
RM
A
A
RM
RM
A
Д
referral_codes_configurations(orderBy: [OrderByClause!] = [{field: "created_at", order: DESC}] @orderBy): [ReferralCodesConfiguration!]!
@all(model: "App\\Models\\Bonus\\ReferralCodesConfiguration") @middleware(checks: ["auth:api", "roles:admin,support"])