value modications from front
This commit is contained in:
@@ -4,10 +4,10 @@ query listEvents (
|
||||
$limit: Int
|
||||
) @auth(level: USER) {
|
||||
events(
|
||||
orderBy: {
|
||||
date: $orderByDate
|
||||
createdDate: $orderByCreatedDate
|
||||
}
|
||||
orderBy: [
|
||||
{ date: $orderByDate }
|
||||
{ createdDate: $orderByCreatedDate }
|
||||
]
|
||||
limit: $limit
|
||||
) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user